mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2004
Posts: 2
U
Bowl of petunias
OP Offline
Bowl of petunias
U
Joined: Mar 2004
Posts: 2
hey there, im getting really stuck with this script...

i want it so that when i do a /who #woot it echoes all the users which do not have the id before their hostname "Ui*" (Ui13123@aol.com)
If anyone could ihelp me i would greatly appreciate it. smile

Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
#YourWootGroup on

raw 352:*: if Ui* !iswm $3 { echo -ablirtc whois $2 $6 $7 $3 $+ $4 $8- } | halt
raw 315:*: .disable #YourWHOGroup | halt

#YourWootGroup end

//.enable #YourWHOGroup | who #woot


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
Joined: Mar 2004
Posts: 2
U
Bowl of petunias
OP Offline
Bowl of petunias
U
Joined: Mar 2004
Posts: 2
Thanks a lot that one worked smile


Link Copied to Clipboard