JeremyStCyr
Historical / Guest
Does Anyone know how to make kicks and commands for clear msn as in how can you get clear msn to sorta act like vincula? as in do the same type of kicks like advertise kick etc can someone give me a start?
one more thing how do you make a away system that will annouce in every channel your in i been using clearmsn for about a week ago trying to figure out how the options work to make aop list and so on 
X-Fusion
Historical / Guest
Why dont you read through the clear msn file?
JeremyStCyr
Historical / Guest
lol dont see much on how the kicks work
im trying to figure that out
one more thing how do you make a away system that will annouce in every channel your in
How do you do to join different channels with the same script???
Edited May 14, 2004 6:02 PM by TroN-0074
You and me will all go down in history,
With a sad Statue of Liberty,
And a Generation that didn't agree.
X-Fusion
Historical / Guest
QUOTE
one more thing how do you make a away system that will annouce in every channel your in
How do you do to join different channels with the same script???
Only works with iRc 
JeremyStCyr
Historical / Guest
main reason i want to learn more connections becuase floods vincula freezes up question will clear msn or rigor mortis work with some of the vincula addon in downloads? and how can you improve vincula so its faster? is there any way?
and i also want to learn how to make stuff better
like addons connections etc so what other connection is fast to learn that yall have besides vincula? any recomations? however you spell that word lol
JeremyStCyr
Historical / Guest
ok ozzy question i run three different timers in my room one for welcome and community link one for room rules and one is use for clone detector would that make it flood out? and if i add say like
.timer 1 5 the first message
.timer 1 10 the second message
.timer 1 15 for clone detector would that help it
and what exactly you mean by flood i know my flood is set for 300 10 4 0 if i want to run all 3 of my timers without flooding how exactly would i have to set my flood?
JeremyStCyr
Historical / Guest
alright at the moment for all 3 local time onjoin has no timers how would i fix them where they will all work without no flood out?
X-Fusion
Historical / Guest
Exactly, If you have timers and they're set at far enough intervals like
.timer 1 10 blah
.timer 1 20 bleh
.timer 1 30 etc
then your script shouldnt flood out. On the other hand, if you have them set like
.timer 1 1 blah
.timer 1 2 bleh
.timer 1 3 blah
.timer 1 4 meh
You would probably get something like
*Connection reset by peer
Or something to that effect. The way you have it now should have you set. They're set at good time intervals so no it shouldnt flood you out.
away system:
raw 306:*:{ amsg I am now away ( $+ $1- $+ ) }
raw 305:*:{ amsg I am now back! }
just like normal...
as for auto kicks and things, read the readme file
.. basically, if you use sockwrite commands, you have to use special identifiers that are listed in the readme. if you just write normal commands, then normal identifiers like $chan and $nick should work.
Edited May 19, 2004 10:05 AM by ozzy
JeremyStCyr
Historical / Guest
vexation how exactly can you change the spec kicker to where it will deny spectators where they will be ban for one minute? on clear msn
Edited May 22, 2004 2:19 PM by JeremyStCyr
Jeremy you're looking for LINE 702 in the latest updated version of ClearMSN (2.0d) which should look like this (if not, find this line in your copy):
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
the 0 in the last part tells the server to ban indefinitely. you can change it to the number of minutes you want the ban to last.
Edited May 23, 2004 6:16 AM by vexation