Posted: Tue Nov 17, 2009 10:16 pm Post subject: mIRC: on join
Code:
on *:JOIN:#MyChannel:
{
var %kick.nick *Mib_*
{ if ($nick == %kick.nick) { kick $chan %kick.nick <No Mibbit names. Please use /nick and change your name.> }
}
What's wrong with this? I'm trying to get it to kick names with
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum