Happy Thanksgiving
Happy Thanksgiving everyone!
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.
Happy Thanksgiving everyone!
Hey, lots of fun. Good work. I mean, I've made pointless things for fun on mIRC. Like my personal IAL because I didn't trust mIRC's. I made two versions, one using hidden windows, one using a hash table. All thrown away when I realized I...
Well, remember there are lot's of ways to do things in mIRC. Maybe you should share your code to see if there is a better way. Also, use "if (!$dialog(dialogname)) { return }" if you need.
nooone's perfect. look at me, I used too many o's and no grammar .... Get over it. Edit: Back to the topic. I believe this guy needs help with a room list for his IRCd network. Show us what you got so far. Maybe someone can see w...
Woah hold on 3 years isnt much on this forum, don't get all c-ock-y lol. (edited to bypass word filter lol) Most of us have been scripting for over 5 years. Especially Ozzy who actually invented the internet with Al Gore! And in thes...
This is the best hash table manager I have found!
Ok so? Nothing is wrong. Use $mircexe, use $scriptdir, make sure mirc.ini is in your mirc folder and use neither! Using $scriptdir doesn't make it irrelevant. It's just another way of handling the issue of file paths in versions 6.2+....
nice thanks!
Yes it was!
> is not a user mode. It should be a part of the nick name. Shouldn't need .pnick. Seriously molson .... a nickname is in the event. Does it start with a > ? If it does, /return.
Please show the command you use to ban people. You only want to log those you ban? Not someone banned by someone else?>
Color Cop FTW!
That doesn't work? Ok, you have a line of data seperated by the comma token. $chr(44) $readini(seen\seen.ini,settings,log) == IP,GATE,JOINS,PARTS,QUITS,KICKS,TEXT,ACTION,AWAY,RETURN You do not need to tokenize 44 this line, it al...
/pvoice <delay> [#channel] <nickname> /pvoice 5 $chan $nick
Well, first for the ignore you'd need to add the nick to the users file using .auser etc etc. Then, in you icon alias use something like: if ($level($address($1,1)) == ignore.nick) return <number of ignore icon> change ignore.nick t...
alias getnicks { var %x = 1 who $1 It's been a while since I was on msn, but don't you want to whois the nick on join? I dont know ... I'm sorry I guess I cannot help since I haven't used msn (thank god) for a few years now.
You cannot put those two events in the same script. The bottom one will never trigger. Put them together. Use if and elseif. Only owners can make it work? Start the event with: if ($nick !isowner $chan) { return }
Why are you posting for me on Tewls connection thread? how about you spend more time fixing soulfly SoulFly has an automatic update system and a forum to report bugs. Every bug reported I have fixed. So please tell me what needs to...
Glad yer digging it. I never said I was worried about file size in the ini file. I was talking about the expression you use to check whether a channel has a protect on. The way I like to do is very simple. if ($chan !isin $readini(fi...
Yeah, or the way he wants it... /addall $chan Owner nick1,nick2,nick3 alias addall { var %^ = $nick($1,0), %n while (%^) { %n = $nick($1,%^) if (%n == $me) || (%n isin $3) { dec %^ | continue } access $1 add $2 %n dec %^ } } Be...
Yeah I like DCX's color options but it's so much code! For instance, this is just loading a color combo with colors on init. ;colorcombo xdid -w sf 4 + 0 imgs\1x.ico | xdid -a sf 8 0 $rgb(0,0,0) | xdid -a sf 8 0 $rgb(45,82,160) | x...
Cool Interface. Makes it very easy. Well done!
I dont think he was having issues with the code, he just wanted to have an allowed list added. Yeah War, when people script like that it bugs me,. but mIRC seems to take it. It looks so bass ackwArds! But mIRC doesn't care... It's still...
Also check out $ulist and $level
There is an on join event in Hybrid that gives people a hammer if they are the correct level. Find it and disable it from handing out a hammer.