Skip to content
MSN

URL Kick

A TG007 community discussion started by blindmanwalks.

Discussion 5 posts
Page 1 of 1
Open
Topic #6087 · 5 published posts · 793 views

Hi Guys,

 

I am just coming back to msn after a while without having internet and all this stuff, what little I knew, has vanished from my head. I am sure that this will be simple to someone and be able to get it real quick so please try your best.

All I need is a addon that will kick users when posting a url except for a url from the group site.

 

Example

groups.msn.com/groupname/testpage.msnw (Would not be kicked)

hotmail.com (Would be kicked)

 

Thanks so much guys,

John

Never Mind... Found another thread that I had posted a similiar topic and although I could not get it to work completely then I figured it out now.

 

Thanks

John

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

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