Skip to content
Forum

Search the Forum

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

Search results 188 matching topics
Search the community
Forum search

Search results

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

188 topics matched your search by Cleric xtx.

Just Curious

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

Ftr, Webby probably knows more about MSNChat than the majority of their staff anyway

Matching post #12,117 by Cleric xtx Dec 10, 2004 1:44 PM

Lockedquestion

In General IRCX Topic by Pyscho Last activity Apr 1, 2007 9:48 AM

Theoretically, yes it should but every time I've tried to use $regml(name,N) with N as any number apart from 0, it's blank (0 does count all matches though).   I've tried this little test several times, editing it each time but to no ava...

Matching post #19,056 by Cleric xtx May 22, 2005 10:34 AM

Screen shots

In Screenshots Topic by Ozzy10 Last activity Sep 8, 2006 5:20 PM

You should change the send button to match the colour of the rest of the switchbar (if you're keeping it). Personally, I'd only use one switchbar; you can divide it into separate servers by using main items (ie: branches) in the treeview.

Matching post #16,895 by Cleric xtx Mar 22, 2005 8:47 AM

LockedOperScript

In General IRCd Topic by Twister Last activity Jul 10, 2006 2:02 PM

If I remember correctly, you can call mIRC's nicklist popup using this file. If not then the best option, as TGK stated, is to use popups.dll, which I think can be found in the downloads section of this site.

Matching post #25,796 by Cleric xtx Sep 16, 2005 1:04 PM

URL Based (IRC)

In General IRCd Topic by LAS Last activity Jun 26, 2006 4:14 PM

I think I know what you mean; you want to use nhtmln.dll with a window and you want it so that any links that would usually open a new browser window opens a new mIRC window instead. It's been brought up before but if memory serves there...

Matching post #21,041 by Cleric xtx Jun 21, 2005 10:20 PM

wildcards

In MSN Addons Topic by samooh_2003 Last activity May 1, 2006 12:05 AM

You could have it like this: on admin:text:!snk*:#:{ var %a = 1 while (%a <= $numtok($2-,32)) {   kick $chan $ial(* $+ $gettok($2-,%a,32) $+ *).nick Kicked because $nick said so.   inc %a } msg $chan %a nick(s) kicked successfully. } but...

Matching post #18,448 by Cleric xtx May 4, 2005 9:54 AM

Script Whispers

In MSN Topic by BrokenRichard Last activity Oct 26, 2005 6:35 AM

Check that the text command uses $1-, not just $1

Matching post #21,337 by Cleric xtx Jun 26, 2005 11:21 PM

Kenobi

In Kenobi help Topic by Johnson Last activity Oct 13, 2005 12:59 PM

do you mean mIRC Editor No, the directory is where mIRC.exe is (eg: c:/program files/mirc). It's the same as typing /run $mircdir in mIRC. I'm referring to a text document that may not be loaded in mIRC but is accessed by it.

Matching post #25,718 by Cleric xtx Sep 13, 2005 4:47 PM

Guest_Flood Kick

In MSN Addons Topic by K0rupt Last activity Sep 26, 2005 1:36 AM

I think this should do the job. alias kickguest {  var %kg = 1, %cc = $comchan($me,1)  while (%kg <= $nick(%cc,0)) {    if (> isin $nick(%cc,%kg)) { kick %cc $nick(%cc,%kg) Guest Flood Kicker | inc %kg }    else { inc %kg }  } } It's 1am...

Matching post #15,595 by Cleric xtx Feb 18, 2005 1:05 AM

CUSA font colours

In General IRCX Topic by morph3us Last activity Sep 25, 2005 12:42 PM

I've corrected the coding I previously posted. Instead of using a space as the token, you should have used just the font coding by itself. The way you were trying would have taken the first token before a space, which would have returned...

Matching post #25,717 by Cleric xtx Sep 13, 2005 4:38 PM

Laptop revolution

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

You mean 512MB? When I said 3GHz, I was referring to the Intel Centrino, which has 2MB Cache; the Centrino is an expensive processor. Here's an example My laptop cost £700 and is an AMD 64 3400 (equivalent to a 3.4GHz processor) with 12...

Matching post #25,758 by Cleric xtx Sep 14, 2005 7:34 PM

WMP to mIRC

In General IRCX Topic by Rhys Last activity Sep 14, 2005 2:41 PM

I don't think anyone's ever bothered to make an addon for WMP for mIRC as you can basically play any song that WMP can play in mIRC (such as here). There is, however, a dll for Winamp that is easy to use.

Matching post #25,330 by Cleric xtx Sep 3, 2005 10:33 PM

Group Managers / Assistant Managers

In MSN Addons Topic by nyt1972 Last activity Sep 14, 2005 9:31 AM

I think the closest you can get with a script (without sockets) is for it to say which managers are currently in the chatroom: on admin:text:@managers:#:{  var %a = 1  while ($nick(#,%a,o)) { var %n = $+(%n,$chr(44),$chr(32)) | inc %a }...

Matching post #25,729 by Cleric xtx Sep 13, 2005 9:10 PM

Windows Blista

In General News Topic by Cleric xtx Last activity Sep 9, 2005 9:01 AM

A Tech Strategist within Microsoft, Nigel Page, has gone on record to discuss the hardware requirements for Windows Vista, due out next Christmas.   What he's said is kind of shocking.   System breakdown   Graphics: Vista has changed fro...

Matching post #25,531 by Cleric xtx Sep 7, 2005 10:41 PM

Msn-NickList 2.0

In MSN Addons Topic by samooh_2003 Last activity Sep 7, 2005 11:06 PM

I tried that addon a while back. mIRC didn't understand set # #, then when I took it out the nicklist was blank. I seem to recall having that problem when MSNChat was free

Matching post #25,515 by Cleric xtx Sep 7, 2005 1:19 PM

is there a way?

In MSN Addons Topic by Entox&#124;cated Last activity Sep 6, 2005 9:22 PM

DO NOT use /write when dealing with ini files. mIRC's help file states this as you can corrupt the ini file.   Report views in dialogs contain text in the form column1 $chr(9) column2 etc, so you have to take this into account when using...

Matching post #25,475 by Cleric xtx Sep 6, 2005 9:22 PM

colors

In MSN Addons Topic by rumba Last activity Sep 4, 2005 1:38 PM

"Colours" is the real spelling; there is no such thing as "American English", it's just a made-up version for people that don't know how to spell. Is there a colour blocker for Invision to stop people from talking in bright colours like...

Matching post #25,349 by Cleric xtx Sep 4, 2005 1:38 PM

LockedAugust Screen shots

In Screenshots Topic by Ozzy10 Last activity Sep 1, 2005 1:29 AM

I spy a background for a chipped Xbox I can't say much about it as it's a bit small but by what I can tell you modified the nicklist and backgrounds only.

Matching post #25,176 by Cleric xtx Aug 31, 2005 1:03 AM

Dont know how or why...

In MSN Topic by lostboyjoey Last activity Sep 1, 2005 1:15 AM

I got smartass and tried !spec all it went ballistic specing peeps on and off even the bot. Serves you right for being a smartass Maybe I should've put a warning underneath it saying not moron-proof?

Matching post #25,219 by Cleric xtx Aug 31, 2005 7:16 PM

GuarDDog v. 5

In GuarDDog Script Topic by The Gate Keeper Last activity Aug 30, 2005 5:26 PM

Change the font size of the person's name. Also, I reckon you should've just used a thumbnail for the person's pic then, when clicked on, it opens a separate dialog (or picwin) with the picture in it.

Matching post #12,782 by Cleric xtx Dec 20, 2004 10:47 AM

count

In MSN Addons Topic by egyptian Last activity Aug 30, 2005 3:29 AM

I didn't realise you could use $chr(44) in regex codes. Live and learn... on *:text:*:#:{  if ($nick !isop $chan) && ($regex(a%,/([a-z])\1{4 $+ $chr(44) $+ }/gi) >= 1) { kick # $nick Excessive use of characters } } That's just an example...

Matching post #25,112 by Cleric xtx Aug 28, 2005 10:38 PM

Chats usa

In General IRCX Topic by SnowX™ Last activity Aug 28, 2005 5:48 AM

Generally, the only modes you would need to know for a CUSA nicklist are q (for the admins' level) and o (for the hosts). For more technical information, IRCX manuals are easy to come by, like this one   Personally, I'm still strying to...

Matching post #24,726 by Cleric xtx Aug 22, 2005 8:14 AM

Creating menus...

In MSN Topic by lostboyjoey Last activity Aug 25, 2005 9:24 PM

Up to you; I don't really mind if someone adds me to their script's credits as "the idea for the menus" or not.

Matching post #24,937 by Cleric xtx Aug 25, 2005 7:31 PM

mIRC Scripts Editor

In MSN Topic by Johnson Last activity Aug 24, 2005 2:31 PM

If you want to keep some remote commands seperate from others you can easily make your own mrc file by either placing the code in notepad and saving it as an mrc file or by accessing the remote scripts editor in mIRC and selecting file >...

Matching post #24,882 by Cleric xtx Aug 24, 2005 1:46 PM