Host Idle
Well look on Rumbaar's forum that's where the code came from. I posted it on rumbaars forum lol it checks every 5 minutes but only dehosts after 10 minutes of idle therefore every 5 minutes it checks the hosts then if they have been at...
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
Well look on Rumbaar's forum that's where the code came from. I posted it on rumbaars forum lol it checks every 5 minutes but only dehosts after 10 minutes of idle therefore every 5 minutes it checks the hosts then if they have been at...
Not bad but maybe you could change one thing. If I try to use the theme i lose timestamps which i like to keep on
on *:JOIN:#:{ if (Sysop_ isin $nick) { msg $comchan($nick,1) Hiya Buddy } }
Just place that .mrc file into the folder for your script then type /load -rs <name of file>.mrc
Sort of Its Called ClearMSN
I dont see anyway for your script to make it so webtv can ignore users since you cant control what is sent to each individual user.
was working on my gamebot and I noticed something i had a question about. on vin you can change different lines colors by putting S Tahoma;0 and such before the line. Is there any way to get clearmsn to do this? i want like 3 different l...
ok that fixed some of them lol still getting the following: * /dialog: 'Window' no such table (line 1228, Web-ChatZ4.mrc) have to try to connect a couple times before it will actually connect comes up with: You have not registered...
Hybrid available for download as far as I know doesnt have the upgraded vin to work with subscription. I'm not completely sure though as i use Hybrids skin only (like the layout) otherwise i stripped the whole script lol (didnt like dial...
access $2 ADD DENY $address 10 change that to this access # ADD DENY $address 10
Stealth option is always on in my Copy of ClearMsn but I dont ever have a problem with using the ctcpreply. Like i said the connection doesnt block you from sending ctcp replies for ping or time just for finger, version, isitvincula and...
i think i found the problem with it asking again. seems if i check it on the join a room the main dialog which had it checked to ask unsets the variable. how can i change this so it unchecks it in the main dialog? I dont really know how...
on thiernick:TEXT:thierpass:?:{ /mode $comchan($nick,1) +o $nick | closemsg $nick } this would make it so they can also each have thier own pass. that way you can ramove one person without having to change the pass for the whole room. ju...
to add webtv acces use grant >*!*D21DB211*@*$* but remember that grant always overrides a deny so u wont be able to ban webbers
I tried that ozzy but it doesnt seem to want to differentiate the socket to write to. I get the on text to work but when I try to get the message part to work it sends it to the same server it got it from.
.Aop on: set %Aop on | msg $chan -=-[Aop Status Change Enabled]-=- .Aop off: unset %Aop | msg $chan -=-[Aop Status Change Disabled]-=- .Aop off (Channel): set %noaopchan $?="What Channel to Disable?" | msg $chan -=-[Aop Status Change %n...
WOW
For Msn heres the code that i use. if someones not on a list it will echo thier whispers to a new window and close the msg window. then tells them your not accepting whispers. if they on your allowed list it will just let them go through...
if you want to use a nick name with simbols you will need to decode your nick that is all. actually they need to encode thir nick ie. you have to put in Rudeboyâ„¢ to get Rudeboy™
had thought of that however didnt want to have to make yet another text file. Trying to use the one i already have for my nickchange detect which goes by gate so thats why its in that order
did you move those 2 files also?
on *:TEXT:*:#:{ if (!dumb == $1) { if (%dumb.wait != $null) { return } if ($2 != $null) { msg # $2 is dumb } else { msg # Who is Dumb? set %dumb.wait $nick timer 1 15 unset %dumb.wait } } if ($nick == %dumb.wait) { msg # $1 is dumb unse...
5.4? dammit just what i needed something to re-edit But looked at it have one prob though with the cmsn theme. anyway to change the nick color? dark blue doesnt work too well on a black background.
Btw heres another stupid question. How do i take a screenshot?
this should do exactly what you wanted on *:TEXT:*:#:{ if (*flower* iswm $1-) && ($nick !isowner #) { kick # $nick THAT IS NOT ACCEPTABLE LANGUAGE!!! } if (*fark* iswm $1-) && ($nick !isowner #) { kick # $nick THAT IS NOT ACCEPTABLE LANG...