29 topics matched your search
by tidy trax.
Some of these modes that Webagent had posted here mean something different at the MSN chat rooms though. Or a least I don't know but as example +i means invited only at MSN chat room. +h means hidden +s turn the room secret +t anyone ca...
Matching post #12,073 · by tidy trax · Dec 9, 2004 12:34 AM
if (Admin_* isin $nick) || (Sysop_* isin $nick) || (Guide_* isin $nick) || (*_Bot isin $nick) { return } All of those isin's should be iswm's.
Matching post #2,345 · by tidy trax · May 14, 2004 10:38 AM
I'd actually go for the /filter method: alias loadsongs { if ($isfile(mp3s.txt)) filter -fk mp3s.txt addtodialog } alias addtodialog did -a mp3 1 $replace($duration($calc($mp3($1-).length /1000)),mins,m,secs,s,min,m,sec,s) $chr(9) $get...
Matching post #31,255 · by tidy trax · Jan 7, 2006 4:19 AM
//set %varname string if you're using an editbox like in the status window you'd need two forward slashes (//) You only need one / unless you want the things you're adding to the variable to evaluate an extra time, for example: * Set...
Matching post #31,256 · by tidy trax · Jan 7, 2006 4:24 AM
Currently, a state-of-the-art laptop would be around £2000 for 3Ghz with 1GB RAM and a 100GB harddrive. I don't know how much 500MB ram and 20GB disk space would affect the cost, but the one I'm getting for £800 has a 3Ghz processor, d...
Matching post #25,752 · by tidy trax · Sep 14, 2005 2:26 PM
You'll have to use a piece of software such as songwriter (google it).
Matching post #25,753 · by tidy trax · Sep 14, 2005 2:41 PM
Simple way to test would be to add someone to your notify list then run /debug @raw in your mIRC then check to see what raws are working when ppl on your list join the server. My above example is directly from my crappy theme and works...
Matching post #24,346 · by tidy trax · Aug 14, 2005 10:17 PM
1) if ($1 !isnum 0-9) { say Sorry put number. } 2) if ($count($nick,$chr(160)) > 3) { say $nick your nickname contains more than 3 spaces. }
Matching post #24,385 · by tidy trax · Aug 15, 2005 7:50 PM
Both of your points are totally flawed. 1) mIRC and your bot (or any other client, for that matter) will flood out the same if you send too much data in such a little time. It makes no difference what you use to connect. 2) mIRC has...
Matching post #24,343 · by tidy trax · Aug 14, 2005 9:50 PM
I would stick to only using images in the top right hand corner of channel windows as it gets annoying if you can't read the text because of an image.
Matching post #17,751 · by tidy trax · Apr 10, 2005 12:56 AM
You're missing the <dialog> parameter in SetControlMDX: mdx SetControlMDX $dname 1 ListView report nosortheader rowselect single > $view
Matching post #18,010 · by tidy trax · Apr 21, 2005 4:02 PM
I found out that code doesn't work. It worked for me. Your method isn't a very good one because they can just open up the script in notepad and see the password. I know you could just remove that part of the script altogether but many pe...
Matching post #17,875 · by tidy trax · Apr 16, 2005 1:47 PM
Updated again: /* What does /monitorfile do? /monitorfile will watch a file and tell you when the file is modified or deleted, it will send a 'monitorfile' signal with either 'FILE_DELETE' or 'FILE_CHANGE' as the first parameter follow...
Matching post #17,860 · by tidy trax · Apr 15, 2005 8:59 PM
If you're going to use timers then use the 'n' flag in $read(): .timershowsongs 0 $iif($3,$3,300) msg $!chr(37) $!+ $right(#,-1) Look at this song: $!read(songs.txt,n)
Matching post #17,800 · by tidy trax · Apr 11, 2005 11:58 PM
still wrong tidy, it couldnt do anything cause the link to nhtml dll was wrong (which is contained in one of the files i told him to delete) thats why it couldnt write cause it couldnt load the dll in first place , thus there was not...
Matching post #17,743 · by tidy trax · Apr 9, 2005 6:00 PM
on *:nick: { kick $comchan($newnick,1) $newnick No name changes :| } Or something like this: on *:nick:{ var %i = 1, %n = $($+(%,flood.,$site),2) if (!%n) { inc -u3 $+(%,flood.,$site) } else { inc $+(%,flood.,$site) } if ($calc(%n...
Matching post #17,744 · by tidy trax · Apr 9, 2005 6:14 PM
(Tye's) Ftr, if someone leaves the room (kick, quit, etc) wouldn't the room limit need to go down instead of up? It does go down. It sets the channel limit to <number of users> + 1, that is still going down as a user has just left.
Matching post #17,707 · by tidy trax · Apr 9, 2005 1:39 AM
Since there's no $chan in a query, which channel would you like to op them in? 1st? 2nd? 3rd?
Matching post #11,982 · by tidy trax · Dec 6, 2004 3:27 PM
Tutorial Begin Wildcard & Regular Expression Tutorial Keywords: String: A string is just a single character or multiple characters. Character: A character is a single letter, number or other thing from the keyboard. Wildcard: A wil...
Matching post #11,979 · by tidy trax · Dec 6, 2004 10:20 AM
Yeah you're right, minimum and maximum values are optional, my mistake.
Matching post #11,966 · by tidy trax · Dec 5, 2004 11:17 PM
on *:dialog:modules:sclick:*: { if ($did == 4) { if ($did(1).sel == 2) { .load -rs " $+ $scriptdirajoin.mrc" modulelist.write } elseif ($did(1).sel == 3) { .load -rs " $+ $scriptdiraident.mrc" modulelist.write } } elseif ($d...
Matching post #11,944 · by tidy trax · Dec 5, 2004 10:55 AM
Either use what thegatekeeper said or: tokenize 44 %mirc.adminsonline did -a dname id $*
Matching post #11,942 · by tidy trax · Dec 5, 2004 10:43 AM
;This snippet will underline urls in incoming or outgoing messages. ; ;To turn the underliner on, type /urlunderline on, to turn it off, type /urlunderline off. ;You can also turn it on or off via the menubar popup. ;The underliner is on...
Matching post #11,941 · by tidy trax · Dec 5, 2004 10:04 AM
He's asking how he can add icons to a combo (dropdown) box, not a toolbar. Read the mdx help file, especially help on the ComboBoxEx control.
Matching post #6,762 · by tidy trax · Aug 23, 2004 3:18 AM
Forgot to add the the size of the box is about 2" x 2" and it has a clear white screen with nothing in it and has a minimize and close out on it . with that address at the top of it. Kinda strange if ya ask me i cant seem to get rid of i...
Matching post #6,760 · by tidy trax · Aug 23, 2004 3:16 AM