on da screen
on ^*:TEXT:*!chan*:#:{ var %a = $chan(0), %b = 0 while (%a > 0) { if ($me isop $chan(%a)) inc %b $nick($chan(%a),0) dec %a } msg $chan I am on $chan(0) channels and there are %b people in these channels }
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.
on ^*:TEXT:*!chan*:#:{ var %a = $chan(0), %b = 0 while (%a > 0) { if ($me isop $chan(%a)) inc %b $nick($chan(%a),0) dec %a } msg $chan I am on $chan(0) channels and there are %b people in these channels }
You are welcome and I also edited the above to include the particular commands.
It appears to me Commander_Acid ate a few too many mushrooms of the wrong variety.
I believe what you are looking for is using describe. Like the following. on ^*:TEXT:*!biteme*:*: describe # $me bit $nick You asked for it.:P
The 2 not dependent upon a text file work fine now. on *:TEXT:*wut up room*:*: { Â if (EagleNest isin $nick) halt else { Â Â msg # S \rTahoma;0 $read(TEXT\Hi.txt) $+ Â } } on *:TEXT:*any one wanna*:*: { Â if (EagleNest isin $nick) halt...
The following 2 codes are for a Lottery Game I made to work in conjunction with trivia. One code is for Nightchillz Trivia and the other is for Hybrid Trivia. The game will add trivia points for winning. Its not easy to win but I believe...
There is a big difference between Hash Tables and Userlists. For one Hash Tables are quicker than Userlists. Hash Tables store information in your computers memory not a userlist. Just clarifying the differences. $hget(name/N) Returns...
This will kick anyone for having the characters ï€ in their nick. Give it a try and let me know. on *:JOIN:#: { if ($chr(239) $+ $chr(128) isin $nick) { .sockwrite -tn msn.server. $+ $cid access $msn.get($cid,fullroom) add deny *!...
This is the Blackout Bingo version. Still pretty much self explanatory. In this game you need to get all the numbers in your card before typing the command to check if you are a winner. ;;;;;;;;;;;;;;;;;Blackout Bingo By Mail;;;;;;;;;;;;...
Here someone set to admin list can whisper script `q (nick) or via main room `q (nick). on *admin:text:*`q*:*: { if ($me isowner $chan) { mode $chan +q $2 } }
Never mind Problem solved. Thanks anyway.
;--- eXonyte's Nickname Tracker ;--- Shows the last few nicknames someone used ;--- Look below to change the number it stores #clonecheck on on *:JOIN:#:{ if (> isin $nick) { halt } exoclonecheck $nick $address $chan } raw knock:*: exo...
The /play command acts like the $read. It reads from a particular file that you specify.
The link I supplied above is for the chat 45 zip file. If he follows the instructions he will have his chat ocx again.
Glad to help and good luck with your roomies.
The second code I posted added 697 >0001 nicks to user list. Just saying it will add to list but also floods out as well.
And what is the newest clone called
I modified Vincula EZR 4.5 to prop msn.ud1 on joining a created room instead of doing it manually. Find this line and change it to read like this. Then when you join a subscription created room it should use the msn.ud1 as the Ownerkey....
Matrix v3 can be found HERE. Not sure its the one you are looking for tho. I just stumbled across it while ago.
This works fine in allowing WebTvers but kicks other guests. Not sure who made it but I modified it a little and Gatekeeper modified it also. on *:JOIN:#: { if ($me isowner #) { halt } if (> isin $nick) { %sn.nick = $nick %sn.cha...
It appears Msn saw fit to change their servers today. My new vincula EZR4.5 will not reset servers. Old EZR4.1 wont reset either.
bluedevil how can you comment on other scripts and claim yours are so good , when you have none released. Anyone could have claimed to make anything I could even claim that my latest script will make you a coffee, but it doesnt lol @ mak...
Sorry but LMAO @ error's voting options.
I use this one for web-tv. Hasnt kicked one by mistake yet. menu channel { VERSION ( $+ $group(#version) $+ ) .$iif($group(#version) == on,$style(2),$style(0)) On: .enable #version | echo -a 0,12No VERSION kick $+ 0,94 On .$iif($group(...
Yeah I have that one somewhere also