188 topics matched your search
by Cleric xtx.
Here's a couple of aliases I regularly use with ini files. They might come in handy for you. alias wini { writeini data.ini $1 $2 $3- } alias rini { return $readini(data.ini,$1,$2) } Usage: wini mirc nicknames tom,bob,mike (data.ini) [mi...
Matching post #21,166 · by Cleric xtx · Jun 23, 2005 4:13 PM
Binvars are one of the most complex things to learn in mIRC. The limit is 8192 bytes (8KB). $bvar returns M ascii values starting from the Nth byte $bvar(&v,0) returns the length of the binary variable $bvar(&v,1) returns ascii value...
Matching post #21,002 · by Cleric xtx · Jun 21, 2005 11:22 AM
I believe you can do it so that whichever nickname you select is called using $nick($active,N). For example, if the 4th selected nickname in your nicklist is stored as 4 in %nick.selected then you can call the nickname using $nick($activ...
Matching post #21,007 · by Cleric xtx · Jun 21, 2005 11:40 AM
Have you tried GuardDrog? You can download it from TG's main site.
Matching post #20,829 · by Cleric xtx · Jun 18, 2005 10:27 PM
How about a join button? You could do like a "join with current passport" option then. Not such a bad idea after all then if it keeps you pre-occupied
Matching post #20,644 · by Cleric xtx · Jun 15, 2005 8:41 PM
Use $nick instead of $opnick
Matching post #19,893 · by Cleric xtx · Jun 8, 2005 10:34 AM
Launched in 1977, the craft is now some 14 billion km (8.7 billion miles) from the Sun and on the cusp of deep space. American space agency (Nasa) scientists told a conference in New Orleans on Tuesday that Voyager was moving through a...
Matching post #19,170 · by Cleric xtx · May 25, 2005 9:26 PM
Last week, the Mainichi Daily News quoted Sony Computer Entertainment officials as saying the PlayStation 3 would be priced at under 50,000 yen ($465.58). Now it appears that the console may be even cheaper when it goes on sale next year...
Matching post #19,171 · by Cleric xtx · May 25, 2005 9:28 PM
Elementary and middle schools would be prohibited from selling soda and junk food under measures approved Monday by a state Senate panel aimed at combatting childhood obesity. The bills aim to restrict the amount of sugar, fat and salt c...
Matching post #19,169 · by Cleric xtx · May 25, 2005 9:25 PM
mIRC will continue, regardless of how large a file is. I've made mIRC search through over 200GB of data several times in the past; it just takes a short while for it to start displaying the data. Otherwise, try dividing the while loop...
Matching post #19,139 · by Cleric xtx · May 24, 2005 7:21 PM
Generate a random answer from a list. alias randomise { return $gettok($1-,$r(1,$numtok($1-,44)),44) } Use: $randomise(this,is,a,test) Could be useful for randomly choosing a password or randomly returning an alias/variable.
Matching post #18,756 · by Cleric xtx · May 16, 2005 1:53 PM
A wildcard question mark, as Ozzy used, can also represent a space. I tried using a regular expression for 15 or more characters but it didn't accept the expressions for "at least ... occurances" and "between ... and ... occurances". ;...
Matching post #18,707 · by Cleric xtx · May 14, 2005 9:31 AM
I forgot $address adds the exclamation mark. $gettok($address(nick,1),1,64) $+ @*.*..*$*
Matching post #18,613 · by Cleric xtx · May 11, 2005 10:15 AM
Vex - try using PNG when saving files in paint; you get good quality with a low filesize and it's pretty much universal (not sure how early Windows versions would work)
Matching post #18,269 · by Cleric xtx · Apr 29, 2005 11:43 PM
When the file doesn't exist in the destination directory, the code I posted works. When the file does exist in the destination directory, however, then you need to use -o after the alias (ie: copy -o source destination)
Matching post #18,628 · by Cleric xtx · May 11, 2005 10:14 PM
it's telling me i am banned lol and it's not just one group, it's all of them Maybe people just don't like you any more, ozzy Nobody else seems to have that problem
Matching post #18,203 · by Cleric xtx · Apr 27, 2005 4:52 PM
I had a quick look over the latest release of Nuclear and it looks like it should return nüclear_msn/6.0.3 for a version reply, though I haven't tested it.
Matching post #18,585 · by Cleric xtx · May 10, 2005 9:17 AM
Notice doesn't always work on MSN for some weird reason. Before I switched to local (ctcp) time greetings I used to keep switching between privmsg, query and notice. I never could figure out why... I don't have any problem any more as I...
Matching post #18,580 · by Cleric xtx · May 9, 2005 10:35 PM
Simple answer
Matching post #18,259 · by Cleric xtx · Apr 29, 2005 8:57 PM
Personally, I use Visual IRC as it has all the features I want, works on any IRC server and I don't bother learning the programming language
Matching post #16,506 · by Cleric xtx · Mar 13, 2005 9:45 PM
I cheat - i make the whole thing pictures by using MDX
Matching post #18,300 · by Cleric xtx · Apr 30, 2005 11:05 PM
You would actually have to check the access list to do exactly as you wanted, as stated above. The only other way to do it is to remotely delete the entire deny (eg: `dd [email protected]). Never tried it before tho, sorry
Matching post #17,656 · by Cleric xtx · Apr 8, 2005 10:44 AM
This should create a list of all owners then msg the list to the channel. on me:*:join:#:{ var %a = 0 while (%a <= $nick($chan,0,a,ovhr)) { var %b = %b $+ , $nick($chan,%a,a,ovhr) inc %a } if (%b) { msg $chan Hello to owners $r...
Matching post #18,286 · by Cleric xtx · Apr 30, 2005 8:50 AM
Kinda makes you wonder though - why charge people to use MSNChat when the same software is used elsewhere on the same site for free? Sure, a chatroom's more likely to have people to meet in them but nothing's there to stop people joining...
Matching post #14,869 · by Cleric xtx · Jan 31, 2005 2:36 PM
I think this is it... on *:deop:#:{ auser deopped $nick } on deopped:text:@reop:?:{ mode $comchan($nick,1) +o $nick | ruser deopped $nick }
Matching post #18,251 · by Cleric xtx · Apr 28, 2005 10:27 PM