mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#106350 30/12/04 11:41 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Quote:
Why not just use,
Code:
on !*:Join:%%%: {
  if ($nick != $me) msg $chan Welcome $nick to $chan + !
}


The ! prefix in that on join event makes the if ($nick != $me) statement useless.


New username: hixxy
#106351 31/12/04 05:48 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Aye, I really have no idea why I added that at all. Cheers for observation.

Page 2 of 2 1 2

Link Copied to Clipboard