Protection list setup...
Try: if ($level($address($opnick,1)) == noop)
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.
Try: if ($level($address($opnick,1)) == noop)
1) Yes. User-friendliness is always good. 2) First one if you want more speed & less coding but otherwise second one. Get it to make cappuccinos too. Of all the coffees & coffee machines that come with PCs, I've never seen a cappuccino m...
That one you posted wouldn't ban. There are no denies in the coding
I've found a couple of problems so far with checking my email for my UK account. When I'm signed in to messenger and I have emails to read, the opened redirection won't accept the password automatically; I have to type it in manually. Th...
Personally I use mIRC to remotely control Winamp as mIRC isn't surround sound compatible. There's a very small amount of MP3 players that are (and free)
You could always use this as a backup: on *:join:#:{ if ($len($nick) >= 20) access $chan add deny $ial($nick).addr kick $chan $nick Nickname too long. access $chan add deny $str(?,20) $+ *!*@* }
Host control: LISTHost style requirements: The extsel style is required, and the vsbar and hsbar styles should NOT be used. The size style is optional, but recommended. MDX control style listing alignleft Specifies that items are...
Halting default text mIRC displays its own default text for various types of IRC Server events, such as users joining or parting a channel, however you can modify or suppress this by using a script. The ^ event prefix You can prevent...
If you have a decent protection system and don't give out your ownerkey to anyone you don't trust then you will never loose your chatroom. There is another way to get back a stolen chatroom that has been proven to work but it doesn't alw...
This is a vote kicker for rooms that you own and are not always in. It can be useful for when people whisper all of the voiced people in the room, annoying them. It's currently untested but it should work fine. on *:text:!vote*:#:{ if (...
plan on relasing it when your done? If & when...
An iPod is a waste of money imo. Apparently, a 40Gb iPod will hold 10,000 songs, which makes a 20Gb hold 5,000 and a 60Gb hold 15,000. Going by 45 songs per Gb that'd be 2700 albums in a 60Gb iPod (or 900 in a 20Gb). Raise your hand if...
Yup, noticeable difference.
I used to used sockmark to hold the ownerkey but it can only hold one at a time. Suprisingly, COM objects are supposed to be very fast as well, more so than hash tables. Personally, I don't use MSNChat at all
A lot of times, people have problems typing in nicknames for their script to understand. This is where $ial comes in very handy. I'll use a remote command as an example: on admin:text:@+q*:#:{ mode # +q $2- } The above code will make t...
Better off telling on Macromedia as it's their coding & fly swatter
$chr(13) doesn't actually work as a return in mIRC, although it is anywhere else. As for actually coding the return, I reckon you'd have to use strings and variables to make it appear as if it returns (ie: just like in an alignment theme...
alias google { sockopen google google.com 80 %google.temp = $1- } on 1:sockopen:google:{ if ($sockerr > 0) return sockwrite -n google $eval(GET http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=,0) $+ %google.temp $+ $eval(&btnI...
on *:me:*:owner:#:{ Â if (!$hget($nick,owner)) hadd -m $nick owner 0 Â hinc $nick owner 1 Â if ($hget($nick,owner) >= 3) { kick $chan nick Owner flooding | hadd -m $nick owner 0 } } it should work, otherwise use: on *:owner:#:{ Â if ($ni...
How about showing us what coding you're using?
You can add a button that does nothing.
if ($read( $+ $did(3).seltext $+ .txt,%f) !isin $did(13)) did -a $dname 13 $ifmatch
my buddy vawluum made a room lister for msn about 2 yrs ago I made the original dialog that goes with it, after requesting the room viewer in the first place I've already shown TGK the addon.
/auser list gkp/nick reason eg: /auser badlist DreaM bad word: porn Then, to retrieve the reason use the snippet Ozzy posted.
If you have a browser that supports tabbed windows set as your default browser, such as Firefox or Maxthon, then when you use /run url it opens the link in a new tab.