on *:TEXT:*.com*:#: { if ($nick isop #) || (*GROUPNAME* iswm $1-) return | access # add deny $address 1 | kick # $nick LINK KICK
just incase you still need it
Edited Feb 23, 2006 3:42 PM by grinning_male
X-Fusion
Historical / Guest
That would'nt work anyway. if groupname wouldnt work. Instead of:
on *:TEXT:*.com*:#: { if ($nick isop #) || (*GROUPNAME* iswm $1-) return | access # add deny $address 1 | kick # $nick LINK KICK
it would be something like
on *:TEXT:*.com*:#: { if ($nick isop #) || (*groups.msn* iswm $1-) halt | access # add deny $address($nick) | kick # $nick LINK KICK
**Not only that, it wouldn't be 1 for the address.
Edited Feb 23, 2006 4:52 PM by X-Fusion
I use it in Groups and know it works all you do is add the name of the group and you dont even need to add http://groups.msn.com/
on *:TEXT:*.com*:#: { if ($nick isop #) || (*eastmeetswest* iswm $1-) || ($ial($nick $+ *,1).addr == $gettok($read(protect.txt, w,* $+ $ial($nick $+ *,1).addr $+ * ),1,32)) return | access # add deny $address 1 | kick # $nick link kick }
Edited Feb 23, 2006 7:39 PM by grinning_male