Skip to content
MSN

ClearMSN?

A TG007 community discussion started by JeremyStCyr.

Discussion 27 posts
Page 2 of 2
Open
Topic #497 · 27 published posts · 2,075 views

elseif ($2 == 908) {
       if (%cksub) { sockwrite -n $sockname KICK $gettok(%cksub,1,32) $gettok(%cksub,2,32) :Join The Website Forum:) http://teamidiots_r_usmsn.vze.com/ And Pay For MSN :) | unset %cksub }
       else sockwrite -n msn.mirc $1-
       return

 

i found this figured out how to change my kick message and i also found

 

if (%xsa. [ $+ [ $right($sock($sockname).mark,-2) ] ] == kban) sockwrite -n $sockname KICK $lcn($sock($sockname).mark) $right($gettok($1,1,33),-1) :Try WEBCHAT! (no scripts/bots) $lf ACCESS $lcn($sock($sockname).mark) ADD DENY $gettok($1,2,33) 0 :ClearMSN| $+ $cmver Script Alarm

 

do i just add this part of the script alarm kick to the spec kicker

 

$lf ACCESS $lcn($sock($sockname).mark) ADD DENY $gettok($1,2,33) 1 :ClearMSN| $+ $cmver Spec Kicker

 

i tried doing that what that did is say the channels name and made the script flood out blink.gif

no no no dude. in this code:

 

if (%xsa. [ $+ [ $right($sock($sockname).mark,-2) ] ] == kban) sockwrite -n $sockname KICK $lcn($sock($sockname).mark) $right($gettok($1,1,33),-1) :Try WEBCHAT! (no scripts/bots) $lf ACCESS $lcn($sock($sockname).mark) ADD DENY $gettok($1,2,33) 0 :ClearMSN| $+ $cmver Script Alarm

 

change the highlighted 0 to the number of minutes you want the ban to last. don't add or subtract any other code, just change the 0.

bfush.PNG

vexation erm, I think what Jeremy is trying to figure out is how to add a ban to the spec kicker part, not to the Script Alarm.
vexation how exactly can you change the spec kicker to where it will deny spectators where they will be ban for one minute?
add a ban to this spec kicker
elseif ($2 == 908) {
      if (%cksub) { sockwrite -n $sockname KICK $gettok(%cksub,1,32) $gettok(%cksub,2,32) :Join The Website Forum:) http://teamidiots_r_usmsn.vze.com/ And Pay For MSN :) | unset %cksub }
      else sockwrite -n msn.mirc $1-
      return

To help the quick return of non-subscribers.

wacko.gif oh. haha. ok im retarded. wacko.gif

      elseif ($2 == 908) {
       if (%cksub) { sockwrite -n $sockname KICK $gettok(%cksub,1,32) $gettok(%cksub,2,32) :Pay for Chat! $lf ACCESS $gettok(%cksub,1,32) ADD DENY $xial($gettok(%cksub,2,32)).addr 1 :NonSubscriber Ban | unset %cksub }
       else sockwrite -n msn.mirc $1-
       return
     }

try that one.

Edited May 25, 2004 1:59 AM by vexation

bfush.PNG

LOL vexation Thanks Alot man that worked cool.gif , by the way vexation nice theme on your update version biggrin.gif

Edited May 26, 2004 8:08 AM by JeremyStCyr

#autobotalk on
on *:TEXT:Jer:*:PRIVMSG $gettok(%cksub,1,32) * $gettok(%cksub,2,32) (K)(K)(K)(L)(K) $nick (L)(K)(K) 
#autobotalk end

 

 

PRIVMSG $gettok(%cksub,1,32) * $gettok(%cksub,2,32) 

 

ok vexation im trying to make a bot talk for clear msn im trying to make a script called Lightning Script using your connection and i was wondering if that would be the right code for bot talk? and also im wondering how can you get bot talk to read text with your connection your connection is very intersting and i like it i think i finally figure out how to make kick commands with it just msg # PRIVMSG and others are confusing me with bot talk and stuff and by the way vexation keep up the good work wink.gif

bot talk should work fine with no special identifiers.

on *:TEXT:Jer:#:{ msg $chan (K)(K)(K)(L)(K) $nick (L)(K)(K) }

that code should work fine. clearmsn does a pretty good job at keeping it simple to script with (in my opinion) as long as you use normal commands and dont get too much into sockwrites and things.

bfush.PNG