Nicklist Help
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...
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.
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.
Im no expert. I wrote a script kicker. It's available with the connection I made for Buzzen. SoulFly, check it out. There are no ctcp's on buzzen.
Well it works and thats what matters. I like this sort of list to show all fields and not have to use a scroll bar. You definitely have enough real estate. Why squish your list? Scrolling vertically is a given, but I dont think a user...
Did you search? I know this has been covered a few times. Also Rumbaars has a lot of ST help.
Verify what $1 is. It could be font code. on *:text:!test:#:{ msg $chan 1= $1 2= $2 3= $3 4= $4 5- $5- }
I wrote the SoulFly connection for Buzzen to be very easy to connect with. I'd be really surprised if you couldn't connect with it. Moschino drops the ball many times compared.
I like the horses, course I love horses so there you go. Good job Johnson!
Oh thanks, I always get that wrong. Regardless I never use $dname anymore. I always write the static name of the dialog. I figure it is a lot less to evaluate.
Dippy, you missed the bus. Everyone knows SoulFly is all written by me. It's really obvious by now since SoulFly had none of the issues Moschino had with flooding out from text responses ....
SoulFly Error: %#\bsyria does not exist!
That depends on the effect you want. If you type !join #room, mIRC has to be able to see it in a message. You could have your script joined to the room as a regular user, then the command !join #room would cause it to join with a host...
I doubt it will fix it but make sure you have shockwave updated too.
Use the same format as the font code. Here is the one for my room. [style ff:Trebuchet MS;co:#1424E4;b;]Check for Updates! Profle Kicker Released![br][br][style ff:Trebuchet MS;co:#E31424;b;]Download version 1.5 with WebChat![br]http...
I love popups.dll but this is a regular menu you have. From my experience with popups.dll, you will have to put multiple commands in an alias anyways. Warrior did it exactly as I would have. /dll popups.dll AddItem menutitle end...
mIRC connects to many chat networks with no added scripts.