mIRC Home    About    Download    Register    News    Help

Print Thread
P
playngirl97008
playngirl97008
P
Fairly simple request. Anyone have the On Join- /whois command line ? I cannot find it... Any help would be awesome smile

Joined: Mar 2003
Posts: 160
M
Vogon poet
Offline
Vogon poet
M
Joined: Mar 2003
Posts: 160
on *:join:*:whois $nick ?

Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
Don't want to /whois yourself...
on !*:JOIN:*: whois $nick

D
DaveC
DaveC
D
Dont want to /whois someone 3 times when they join the same 3 channels your on either.
A cheap and nasty counting down flag would fix it i guess..

on !*:join: if (!%wioj. [ $+ [ nick ] ]) { set -z %wioj. [ $+ [ $nick ] ] 5 | whois $nick }

Could do better by checking whois responce etc, but its alot more code.


Link Copied to Clipboard