Onjoin Set Topic Script
Posted by Dspradau
Sunday, July 10, 2005
Description: Just thought I would paste something!
Thx to DarkJFMan, SuperDude. And I also thank poiuy_qwert!
This will change the topic to what you want either when you join or (if you/your bot are in the channel already) you can add a different nick!!!
Srry if the explanation is bad :(
Thx to DarkJFMan, SuperDude. And I also thank poiuy_qwert!
on *:JOIN:#channel: { if ($nick == YOURS OR SOMEONE ELSES NICK) { /msg ChanServ TOPIC #Channel PUT TOPIC HERE }
This will change the topic to what you want either when you join or (if you/your bot are in the channel already) you can add a different nick!!!
Srry if the explanation is bad :(