File: service

package info (click to toggle)
ircii 4.4-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 4,256 kB
  • ctags: 2,797
  • sloc: ansic: 36,743; sh: 907; makefile: 483; lex: 16
file content (24 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
}