Skip to content
Forum

Search the Forum

Find discussions and posts across the Forum sections you are allowed to read.

Search results 29 matching topics
Search the community
Forum search

Search results

Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.

29 topics matched your search by tidy trax.

Just Curious

In General IRCX Topic by Computing_Error Last activity Nov 8, 2015 7:33 PM

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

PinnedIRCD addons

In IRCd Addons Topic by Ozzy10 Last activity Nov 26, 2007 1:14 PM

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

making this faster??

In General IRCX Topic by Rhys Last activity Jan 15, 2006 5:47 PM

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

writing variables

In General IRCX Topic by sugarboy Last activity Jan 7, 2006 4:24 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

Laptop revolution

In General News Topic by Cleric xtx Last activity Sep 14, 2005 7:34 PM

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

WMP to mIRC

In General IRCX Topic by Rhys Last activity Sep 14, 2005 2:41 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

PinnedLockedIRCX Screen shots

In Screen shots Archieve Topic by Ozzy10 Last activity Aug 20, 2005 7:31 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

how can i say it

In MSN Addons Topic by samooh_2003 Last activity Aug 16, 2005 4:44 AM

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

LockedSocketBot

In General IRCd Topic by LAS Last activity Aug 14, 2005 9: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

LockedIRCX Screen shots

In Screen shots Archieve Topic by Ozzy10 Last activity Aug 3, 2005 2:06 AM

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

LISTVIEWS

In General IRCd Topic by LAS Last activity Apr 27, 2005 5:48 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

Password at start

In General IRCX Topic by 87052402 Last activity Apr 20, 2005 9:32 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

/monitorfile

In IRCd Addons Topic by tidy trax Last activity Apr 15, 2005 8:59 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

con anyone help me

In MSN Addons Topic by p0war Last activity Apr 11, 2005 11:58 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

LockedVincula/Loading error?

In MSN Addons Topic by ePox Last activity Apr 9, 2005 8:10 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

Flood

In MSN Addons Topic by K0rupt Last activity Apr 9, 2005 6:14 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

onjoin help

In General IRCd Topic by W_A_A_S Last activity Apr 9, 2005 1:39 AM

(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

help

In General IRCd Topic by Murda Last activity Dec 6, 2004 4:42 PM

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

LockedWildcards and regular expressions tutorial

In General mIRC tutorials Topic by tidy trax Last activity Dec 6, 2004 10:20 AM

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

help!!!

In General IRCd Topic by 87052402 Last activity Dec 5, 2004 11:17 PM

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

Please help with my modules script

In General IRCX Topic by Shadow0049 Last activity Dec 5, 2004 10:55 AM

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

variables and listboxes

In General IRCX Topic by Rhys Last activity Dec 5, 2004 10:43 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

Url Underliner

In IRCd Addons Topic by tidy trax Last activity Dec 5, 2004 10:04 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

Icons In Dropdown List using MDX.dll

In MSN Topic by crash Last activity Aug 23, 2004 3:51 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

Strange Occurence

In MSN Topic by ePox Last activity Aug 23, 2004 3:16 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