File: kpstat

package info (click to toggle)
epic 3.004-17.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,192 kB
  • ctags: 3,197
  • sloc: ansic: 40,843; makefile: 530; sh: 129; perl: 17
file content (19 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# No Kill Path Script II (status bar version)

# converted to 2.2.1 by phone
# CONVERTED for ircII2.2
# Version for servers 2.7.1* by Nap@irc <pioch@poly.polytechnique.fr>
# Original script from YeggMan
# Simplification by Daemon
# Super Simplification by hop
# works with only the new kill format.

on ^server_notice "% * Notice -- Received KILL*" {
        hook KILL $8 $10 $12 $13-
}
on hook "KILL % %.% *" {
        set status_user ### server KILL for $1 by $2
}
on hook "KILL % % *" {
        set status_user ### KILL for $1 by $2 \($4-\)
}