KiLLErMaN99 Tech Co-Leader
Posts : 685 Points : 6166 Reputation : -11 Join date : 2010-07-03 Location : Here
| Subject: Auto-Join Sat Jul 03, 2010 11:50 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 } } | |
|