Advertisement
Majeye

mIRC - Autojoin channels by !join command

Feb 12th, 2015
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.25 KB | None | 0 0
  1. on *:text:!join:#BOTNAMEHERE: {
  2.   msg # /me is joining $nick $+ 's chat. Don't forget to type /mod BOTNAMEHERE in your own channel to ensure all commands work properly, if you do not mod the bot, it will leave your channel.
  3.   .join $chr(35) $+ $nick
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement