182 topics matched your search
by vexation.
first, you need to fix your Remove command, which should work like remini banlist.ini $address($$1,1) also, your on join is missing an if statement on *:join:#:{ if ($me isop $chan) { if ($readini(banlist.ini, n, Banlist, $address($nic...
Matching post #3,378 · by vexation · Jun 20, 2004 7:39 PM
i don't know if this will help anything but try raw kick %chan %nick : $+ %kickmsg
Matching post #3,183 · by vexation · Jun 16, 2004 5:24 PM
yea.. about those errors.. when you first start your script, there should be a message telling you an update has been released. follow that link. if that message never comes up, enter the command /ucx - v2.5 has some fixes.
Matching post #2,872 · by vexation · Jun 7, 2004 7:04 PM
change add deny *! [ $+ [ $ial(%sn.nick $+ *,1).addr :Spec Nick ] ] to add deny $ial(%sn.nick $+ *,1).nick $+ !*@* :Spec Nick
Matching post #2,718 · by vexation · Jun 2, 2004 10:27 PM
gate keeper - ive got the new nonsub kicker in the works already, it will be in the new version (and it works better than the one i gave you before) tron - clearmsn isn't a whole script, it's a connection script mainly. there are some...
Matching post #2,645 · by vexation · May 30, 2004 1:05 AM
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...
Matching post #2,613 · by vexation · May 28, 2004 3:11 PM
well i accidentally figured this out.. i have been looking for such a thing for a while so maybe it will help somebody else. it takes a Hex color value (e.g. FF66CC) and turns it into an RGB value (e.g. 255,102,204). Useful with things l...
Matching post #2,530 · by vexation · May 24, 2004 4:55 AM