mIRC won't connect
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.
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.
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
No problem
Here is the new code for you. Just copy it, and replace your code with this. on *:start: { dialog -m nicklist nicklist } dialog nicklist { title "MSCN Admin Client" size -1 -1 136 184 option dbu icon $shortfn($mircdir) $+ \pics\msn.ico...
Try taking the... echo -a $dll($html,select,$window(@rsn).hwnd) ...out of the script. The Select is used when calling a default browser. However, when you use the navigate function it already uses a default browser. So, the select fu...
Sorry, Snake1. I thought you were calling him a name, lol.
All the msnregcookie is for is to use your passports nickname. Other than that there isn't any need for them. The subscriberinfo is what you need to get into msnchat with.
Hopefully this code will help. on *:INPUT:#: { var %text = $strip($1-) if ($left($1,1) == /) { msg $active $1- } set %bbversion $gettok(%text,1,32) if (%bbversion == !biblelist) && ($bibleini(biblebot)) { /cq $nick ===== BibleBot Sys...
Here are some controls that will be disabled when you arenot hosting. menu nicklist { $iif($me !isowner $chan,$style(2)) Owner $1 { mode $chan +q $1 } - $iif($me !isowner $chan,$style(2)) Deowner $1 { mode $chan -q $1 } - ...
The $chr for : is $chr(58)
Yes, if (' isin %nickname) should do as long as you set the variable for %nickname
on *:TEXT:*:#:{ if (!dumb == $1) { set %dumb $true set %nick $nick msg $chan $nick $+ , who is dumb? } if (%dumb) && (%nick) { set %dumbnick $1- msg $chan Yeah, %dumbnick is dumb for sure. :D .unset %dumb .unset %...
why are you using ClearMSN 2.0 when there is a new working version lol ClearMSN 5.4 It is because this thread is very old. It was first created back in April.
Hmm, don't have the whole story. However, like I said many times before. You can't put fire out with fire, or melt ice with ice. If someone treats someone else badly that doesn't mean the one being treated badly has a right to treat the...
For some reason i am getting those kinda error's (Below) on all dialogs from every script i download. What makes it so frustrating is that it's always the msn.ico icon. I've tried placing it in a graphics folder, pics folder, icons folde...
Still doesn't work!!!! Also what version are you using Warrior? 5.4 or 5.2a? 5.4 P.S.: I found where Vexation is talking about. It is on line 1358 in ClearMSN5.4. All you have to do is look for the number 10 in that line, and change...
that +i makes sence ive had passworded rooms b4 just for fun and noticed spects can still come in but with the invite they cant i didnt know you can do that,though have room lock an unlock,on a timer seems to me though if the flo...
I would like an ad on where I can send onjoin messages to everyone who enters as well as away messages.