Name: Anonymous 2008-11-26 0:03
Right, So, got a unique situation, Got some faggot on IRC that i need to block in certain channels only. Using mIRC 6.21 and I just can't get it.
on ^*:text:*:#:{
if ($address($nick,2) iswm Hiro!@[nethere]-a2c76621.res.rr.com) { haltdef }
if ($address($nick,2) iswm Hiro!@Tempest.Swordsman) { haltdef }
if ($address($nick,2) iswm Hiro!@[nethere]-f1099540.res.rr.com) { haltdef }
if ($chan !isin %hirowhitelist) { haltdef }
}
on ^*:action:*:#:{
if ($address($nick,2) iswm Hiro!@[nethere]-a2c76621.res.rr.com) { haltdef }
if ($address($nick,2) iswm Hiro!@Tempest.Swordsman) { haltdef }
if ($address($nick,2) iswm Hiro!@[nethere]-f1099540.res.rr.com) { haltdef }
if ($chan !isin %hirowhitelist) { haltdef }
}
Heres the base, the issue is, it ignores in ALL channels, not just the ones on his variable.
on ^*:text:*:#:{
if ($address($nick,2) iswm Hiro!@[nethere]-a2c76621.res.rr.com) { haltdef }
if ($address($nick,2) iswm Hiro!@Tempest.Swordsman) { haltdef }
if ($address($nick,2) iswm Hiro!@[nethere]-f1099540.res.rr.com) { haltdef }
if ($chan !isin %hirowhitelist) { haltdef }
}
on ^*:action:*:#:{
if ($address($nick,2) iswm Hiro!@[nethere]-a2c76621.res.rr.com) { haltdef }
if ($address($nick,2) iswm Hiro!@Tempest.Swordsman) { haltdef }
if ($address($nick,2) iswm Hiro!@[nethere]-f1099540.res.rr.com) { haltdef }
if ($chan !isin %hirowhitelist) { haltdef }
}
Heres the base, the issue is, it ignores in ALL channels, not just the ones on his variable.