File: fe

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 (33 lines) | stat: -rw-r--r-- 754 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 * The FE script... showing you the wonders of /fe!
 * Current supported version: ircii-EPIC
 * Mass* has never been easier! (tm)
 */

alias opalot fe ($2-) xx yy zz {mode $0 $1ooo $xx $yy $zz}

alias banalot fe ($2-) xx yy zz {mode $0 $1bbb $xx $yy $zz}

alias kickalot fe ($1-) xx {kick $0 $xx}

alias masskick kickalot ${[$0]?[$0]:C} $remw($N $onchannel($0))

alias massdeop opalot ${[$0]?[$0]:C} - $remw($N $chops($0))

alias opall opalot ${[$0]?[$0]:C} + $nochops($0)

alias botsweep {
	@ bs.chan = [$1]?[$1]:C
	@ bs.nick = onchannel($bs.chan)
	@ bs.uhs = uh($bs.nick)
	kickalot $bs.chan $copattern($uh($0) bs.uhs bs.nick)
}
 
alias uh {
	^assign -blahblah
	^userhost $* -cmd @ blahblah #= [ $3@$4]
	wait
	@ function_return = blahblah
}

#hop'94