File: chanmonitor

package info (click to toggle)
epic5 3.0.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,328 kB
  • sloc: ansic: 75,810; makefile: 648; ruby: 227; python: 215; sh: 78; perl: 13
file content (19 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if (word(2 $loadinfo()) != [pf]) { load -pf $word(1 $loadinfo()); return; };

on #-public_other 404 "*" {
        if (iscurchan($1) && winvisible($winchan($1))) { return; };
        xecho -w chanmonitor [$servername()] <$0:$1> $2-;
};
 
on #-action 404 "*" {
        if (iscurchan($1) && winvisible($winchan($1))) { return; };
        xecho -w chanmonitor [$servername()] $1 * $0 $2-;
};
 
if (winnum(chanmonitor) == -1) {
        window new name chanmonitor size 10 double off noserv fixed on 
		swappable off skip on number 100 
		status_format "[chanmonitor]-%>" last;
};

#larne'2k6