Mitsukaru Main Administrator
Admin '10 : GFX Crew '10 : Recruiter '10 : Posts : 1328 HWPoints : 1548 Join date : 2008-06-14
| Subject: Auto-Join(mIRC) Mon Jul 12, 2010 3:27 am | |
| This is another one for IRC. When you get kicked it will automatically make you rejoin the channel. - Code:
-
on *:KICK:#: { if ($me !isin $chan) { join $chan } } | |
|