You have not registered
It does that for some odd reason. Don't know why, but I have noticed as well that if you use %#roomname instead of #roomname that it will work alot better. So, try using %#roomname instead
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.
It does that for some odd reason. Don't know why, but I have noticed as well that if you use %#roomname instead of #roomname that it will work alot better. So, try using %#roomname instead
Thanks, Gate Keeper. I tried the WhileFix.dll, but it didn't work, lol. However, the code you gave works perfectly. Thanks for your help.
If you want different colored lines, such as one line red, and the second line blue, and such just make a variable that changes %mycolor to a different color. on *:INPUT:*:{ set %mycolor $read(colors.txt) } on *:TEXT:*:#:{ set %mycolor...
np. Glad to help.
Did you edit your script in any way before this happened?
all ctcp events respond with a 910, you can use dehost with 908. 908 is more accurate in that it actually has the user's nickname in the raw, 910 doesn't. But then the problem with dehost is that if it the script responds to late, and it...
For those of you who want to keep everything in the nicklistby shortening long nicknames replace line 1405 with this code. if ($me !== $nick($1,%x)) { did -a nick $+ $1 1 0 + $iif(%nickicons == on,$nickicon($nick($1,%x),$1)) $opshow($n...
It will have a font selector where you can choose what font you would like.
but there are many blahs warrior sure I need text file because the list of words is big Yes, there are many blahs, lol. However, it will kick if any one of those words are said. You can add as many words to kick for as you want, and it w...
you'd need UTF-8, and mIRC doesn't support UTF-8. you're SOL. lol, what is SOL? So Outta Luck?
try this... if ($level($address($nick,1)) == admin) halt
instead of using $did($did,1) try $did(1) or if this isn'tgoing to be put in a dialog event use this. $did(bot_talk,1)
You can also make your own theme, and use the haltdef command. Here is an example. on *:TEXT:*:#:{ echo $chan $nick : $1- haltdef } This will replace the default echo to the one you specify.
I currently have an edited ClearMSN, and Vincula that will detect non-subs both when I first enter the room, and when others enter the room. The addon I'm working on, Web-Chat Z4, will contain both edited connections for anyone who wants...
This will only work for ops... on *:TEXT:*:#:{ if ($nick isop $chan) { code here } }
Okay, that seems to be the problem then. Although, like I said, the $shortfn should've worked for that. If you can, relocate your script to a folder that doesn't have spaces in the folders name for now. I'll do some tests to try to find...
Vex, last night I started having trouble connecting to msnchat, again. However, I found that if I put %# in front of the room names instead of just # it connects just fine.
If you mean chat with something that shows smilies, and such you can download my Web-Chat Z3. I am currently working on Web-Chat Z4 due out this week. which will contain its own nicklist that shows non subs as well. Guard Dog is anothe...
I don't know if this will help, but try using if ($did(1).sel == 3) .load -rs $scriptdiraident.mrc instead of if ($did(1).sel == 3) .load -rs " $+ $scriptdiraident.mrc "
Thanks, Vexation. I have been trying it out, and so far it seems to be doing great. Thanks again for your help.
Isn't this forum here to help those who want to learn? mIRC has a help file for those who do scripting with mIRC, but when I first started out I didn't know a single thing about mIRC. So, I had no clue on how to understand the help file,...
TY, Gate Keeper. i'll give it a try.
For check boxes the dialog code would be on *:DIALOG:Test:*:*:{ if ($did(checkboxidhere).state == 1)) { command here } else { command here } } The "1" lets the script know that the checkbox was marked, and should do the appropriate...
You will need to load whatever connection script you will need to use in order to connect your mirc to msnchat.
If I'm not mistaken I think the code would be... /dialog -x msn.access. $+ $cid msn.access