runtime error 400
What is it you do when you get the error? Are you trying to connect to a server, or run some command, etc?
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.
What is it you do when you get the error? Are you trying to connect to a server, or run some command, etc?
Can you just go ahead and add a deny to ??????????????????????????????????????????????????*!*@*$* without the long nickname having to join the room? That way you won't have to kick.
Topics covered... 1. Creating a web-chat interface. 2. Creating the ability to use emoticons. 3. Adding text to the webchat interface. 1. Creating a web-chat interface... To create a webchat interface you must attach the channels win...
Warrior124 Last But Definately Not Least... WebChatZ Rawks... Just Add Some Icons To The Nicklist Popup.... One Question Though... Does WebChatZ Have Channel Popups? Thanks for the comment, Much. Concerning the question you had about c...
I like both Vincula, and ClearMSN. However, ClearMSN is better for groups than Vincula is.
I just now tested with Vincula. Vincula will message the room with the arabic text, but it won't show the arabic text on the mirc for some reason. I'll do sme more tests, and try to help you if I can.
In the channel window go to "Protections". Then, "Hammer Protection", and then to "Anti Owner", and click "Off". Then, go back to "Protections". Then, "Hammer Protection", and then to "Anti Host", and click "Off".
Yes, you're right. Okay, I get that sometimes too. I think it might be related to msnchat doing some updates. Don't really know, though. However, it connects me back almost instantaneously. If it doesn't for you just type in, /msn.reseto...
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...
Why do I become a Spectator in a chat room I create with the hybrid Omega. I have passport info and cookies info. everything updated right and works till someone else enters the room. then I become a spectator. I have entered the mesenge...
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...