File: service

package info (click to toggle)
ircii 20051015-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,996 kB
  • ctags: 3,193
  • sloc: ansic: 44,257; makefile: 1,144; sh: 522; perl: 127; lex: 26
file content (26 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#	$eterna: service,v 1.3 2002/09/03 02:39:28 mrg Exp $
#
# Bytewurm and lynx 91,2
#
alias .nickserve msg nickserv@service.de
alias .noteserve msg noteserv@service.de
alias .identify ^.nickserve identify $PASSWD
alias .whois .nickserve whois
alias .list .noteserve list
alias .msg .noteserve msg
alias .tell .noteserve tell
alias .read .noteserve read
alias .query .noteserve query
alias .away .noteserve away
alias .delete .noteserve delete
alias .await .noteserve waitfor
# alias .waitfor .await
on -notice "nickserv % Password mismatch. *" {
	echo ** Wrong password, please re-/assign PASSWD
}
on -notice "noteserv % *Please authenticate*" {
	echo ** Hint: Do /.IDENTIFY, then send the message again
}
if (PASSWD) {
    .identify
}