Visual Tour: 25 Years Of Windows
Freaking cool. Does it show your age when you say you seen them all working for real?
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.
Freaking cool. Does it show your age when you say you seen them all working for real?
It's funny to see how much effort MS puts in getting people to Windows 7. I doubt if anyone will be pulled over the line by a new version of Live Essentials, but who knows. Like you can expect of an old fart, I stick to XP.
You can use a regular expression in the on text event to catch both and ;-) like this: ON $*:TEXT:/;\-?\)/g:#: { Besides that I think there is a } missing at the bottom of the code set %kick.count $calc(%kick.count +1) is the same...
What is the reason for releasing stuff? Some want to help others with it, some do it to get attention. Rippers won't stop before people stop releasing stuff. So want attention or help people? -> release Want that without being ripped? ->...
Wow. Didn't expect that. Must be the $reverse indeed.
This triggers when the word test is in a sentence (beginning, middle or end) or alone. It does not trigger on "testing". on $*:text:/\btest\b/gi:#: msg # What is there to test, $nick?
btw petertje. would you mind if i integrate your trivia into the script(instead of having it as an loose addon). Feel free to use, distribute or modify it (in whatever order).
Don't forget groups access is taken from the membership via userrole, not room access.
Change "ctcpreply $nick TIME" into: for whispering the user that joins: msg $nick (wont work if whispers are switched off) for a message in the room: msg # And like Angelia said: change the = in "if ($nick = $me)" into ==
No problem. Don't forget if you use it on all on text events, it can become I/O consuming. You could consider putting the words in a hash table.
If your gateway is blocking pings, you should have problems in script aswell. If you didn't apply special security settings in the WAG54G, it doesn't block pings.
It's an arabic tatweel. Comes in bot as Ù€. See here: http://www.fileformat.info/info/unicode/char/0640/index.htm
Small addons or a few oneliners are never a problem. I am not going to write some helpdesk script. Too much work. Did you check the downloads here already? I think I saw one there.
Different approach, lol. on *:text:!word &:#:{ var %fixed = aAbBcCdDeEfF, %match, %nomatch, %s %s = $regsub($2,/([ $+ %fixed $+ ]+)/g,,%nomatch) %s = $regsub($2,/([ $+ %nomatch $+ ]+)/g,,%match) if (!%nomatch) msg # all letters in $2 mat...
While Loops Repeats a loop containing a set of commands while the expression in brackets is true. var %i = 1 while (%i <= 10) { echo 2 %i inc %i } The expression in brackets uses the same format as an if-then-else statement. Multip...
Try here: http://www.public.rumbaar.net