Skip to content
MSN Addons

need help

A TG007 community discussion started by K0rupt.

Discussion 4 posts
Page 1 of 1
Open
Topic #3586 · 4 published posts · 492 views

ok this is the spec kicker that i'am using right now

on *:JOIN:#: {
 if ($me ison $chan) {
   %sn.nick = $nick
   %sn.chan = $chan
   if ($nick ison $chan) { /ctcp $nick PING }
   .timer.undo 1 3 unset %sn.*
 }
}
raw 908:*:{
 if ($me ison %sn.chan) {
   raw access %sn.chan add deny *! [ $+ [ $ial(%sn.nick $+ *,1).addr 3 :Spec Nick ] ]
   raw kick %sn.chan %sn.nick [SpecKick]
 }
}

ok is there any way i can chage the option in [specKick] and make it say this

Please Visit http://getchat.msn.com and then come back and join us..when i do this it just says (Please) when it kicks the specs

on *:JOIN:#: {
if ($me ison $chan) {
  %sn.nick = $nick
  %sn.chan = $chan
  if ($nick ison $chan) { /ctcp $nick PING }
  .timer.undo 1 3 unset %sn.*
}
}
raw 908:*:{
if ($me ison %sn.chan) {
  raw access %sn.chan add deny *! [ $+ [ $ial(%sn.nick $+ *,1).addr 3 :Spec Nick ] ]
  raw kick %sn.chan %sn.nick :Please Visit http://getchat.msn.com and then come back and join us
}
}

 

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

use this command...

raw kick %sn.chan %sn.nick :Please Visit blah blah blah ... etc

don't forget to put the colon (:) in front of the kick message.

Edited May 18, 2005 10:52 PM by vexation

bfush.PNG

thanks vex..and molson both work great