PDA

View Full Version : IMs in mIRC


gogeeks
07-05-2009, 02:29 PM
If you're like me and you are connected to all servers....getting IMs is EXTREMELY annoying since it gives you a popup, so i thought i'd post the little script that i use to block them from all servers except one...so we can stilll see them with it being annoying.

Just open script editor in mIRC and post this in it (make sure you replace the big bold "server" with the server you want IMs in):
on *:OPEN:?:*: {
if ($serverip == SERVER) { halt }
else {
closemsg $nick
}
}

dylanlive
07-05-2009, 09:55 PM
You are awesome!

curtisal
07-05-2009, 10:24 PM
Nice! Pretty handy to have.

Rapsody10
07-07-2009, 10:57 PM
OUTSTANDING !!!!!!!!!!
awesome
well done
you are in my good books for this week :P

Raps

nxarmada
07-08-2009, 04:46 AM
Thanks, Love it.

AztecRecords
07-08-2009, 06:48 PM
nice one! thank you...
quick question :confused: does anybody knows the (set by "nick") command just like the one from gengar's !topic ?:rolleyes:
i've being trying to find in all over google lol.. but no results :mad: anyone ?:cool:

gogeeks
07-08-2009, 08:56 PM
nice one! thank you...
quick question :confused: does anybody knows the (set by "nick") command just like the one from gengar's !topic ?:rolleyes:
i've being trying to find in all over google lol.. but no results :mad: anyone ?:cool:

add this to your remote:

on *:text:!topic *:#: {
if ($nick isop $chan) {
{ /set %topic $2- ( set by $nick) | /topic $chan Topic: $2- ( set by $nick ) } { msg $chan The topic is now $2- ( set by $nick) }
}
}

myteams
07-11-2009, 08:43 AM
Thanks, this great :D

willi38
01-09-2010, 08:49 AM
Hello my question is since(as,like) it(he,she) puts in order that a bot puts the topic and the mod could change it since(as,like) it(he,she) does gengar thank you very much

steve1234
12-08-2010, 02:50 AM
great work dude.... excellent......how old u r? :p