Just Curious
Ftr, Webby probably knows more about MSNChat than the majority of their staff anyway
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.
Ftr, Webby probably knows more about MSNChat than the majority of their staff anyway
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...
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.
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.
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...
Why do you need a huge banner displaying the same thing that's in the titlebar with another one at the bottom as well?
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...
Check that the text command uses $1-, not just $1
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.
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...
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...
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...
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.
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 }...
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...
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
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...
"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...
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.
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?
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.
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...
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...
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.
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 >...