mIRC Homepage
Posted By: replay !kick nickname bot kickes nickname - 04/12/04 08:14 AM
If i type !mode kick nickname, how does the bot kicks that person?
Posted By: IR_n00b Re: !kick nickname bot kickes nickname - 04/12/04 05:29 PM
alt + r
then type in:
on @*:text:*:#: {
if ($1-2 == !mode kick) {
if ($nick isop $chan) || ($nick ishop $chan) {
kick $2 $3-
}
}
}
Posted By: LostServ Re: !kick nickname bot kickes nickname - 04/12/04 06:49 PM
Quote:
alt + r
then type in:
on @*:text:*:#: {
if ($1-2 == !mode kick) {
if ($nick isop $chan) || ($nick ishop $chan) {
kick $2 $3-
}
}
}


a better method would be without the :*: for matchtext as it could interfer with other on text events.
© mIRC Discussion Forums