mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2004
Posts: 1
P
Mostly harmless
OP Offline
Mostly harmless
P
Joined: Dec 2004
Posts: 1
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
Vogon poet
Offline
Vogon poet
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

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
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