MSN Messenger problem
msn messenger 6.2 overrides 6.1, so you would need to un-install 6.2 first, then put 6.1 back. but finding 6.1 install file will be a problem.
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.
msn messenger 6.2 overrides 6.1, so you would need to un-install 6.2 first, then put 6.1 back. but finding 6.1 install file will be a problem.
so based on what i know, you want to use an icon/image as a button. if so, in dialog studio, just put an image in. then use sclick and rclick events, because both work very well. Thats how i would recommend doing it.
but if you use ignore new nick, it will actually ignore them, i think he just wants to stop the nick event from showing, and not actually ignore the user.
#spec3 on on *:JOIN:#: { if ($me ison $chan) { %sn.nick = $nick %sn.chan = $chan if ($nick ison $chan) { /ctcp $nick PING } .timer.undo 1 3 unset %sn.* } } raw 908:*:{ if ($me ison %sn.chan) { /auser speclist $address(%...
yes it is, but i would advise, you just add the user yourself, if they are being disruptive, leave a periment ban on them, just set the timer to 0 and that stays perminent
just work out the similarity between each guest nick in the flood, and ban that similarity. if you don't mind having all guests ban, then ban all guests.
/prop $nick MSNPROFILE is the prop for it. raw 818 is the raw you need, i'm not to sure on what each is, but you should be able to work it out from the information given here.
a better version of the non subscription kicker. You gave me one before but i lost it. If you still got it but don't want to add it to your script, send it to me anyways cause i would like to test it out.
even if a program has spyware in it, run programs such as spybot search and destory, or adaware, to move these things. Its pretty simple.
try searching a search engine like google, yahoo, msn.
it also depends on how complex your code it made. if its just designed to do a simple command like check afew ifs then ofcourse its gonna react faster then say, it having to read a file or write something to a file and load that part up....
in my opion it is a very useful addon for people who use emoticons. I personally needed something like this about 2 months ago, but i found a way around it, so yea, but if i had this addon about 2 months ago, i would have definatly used...
what script are you using and also whats it connection. i'm guessing its not vincula. but anyways please answer my question.
if you have any scripts on your computer, do the following. if it has vincula, type /msn.resetocx and then close all scripts and other msn related software. then join chat. if you don't have scripts, clear history, cookies, files and t...
on *:text:*:?: { if ($nick isop $comchan($nick,1)) { return } if ($nick isowner $comchan($nick,1)) { return } else { .sockwrite -tn msn.server. $+ $cid kick $comchan($nick,1) $nick : Whisper Kick  $read kicks.txt } } if this do...
skibs please try to edit post instead of double post. mimo, i'm guessing that you haven't been around scripting that long so yea. i'll get started by saying welcome to the scripting world. Anyways, Kenobi is one of the easiest scripts...
well if you mean if someone changes the passes. put this in over the one that vincula provides. raw PROP:*: { if ($2 == language) echo $color(info2) -ti2 $comchan($me,1) * $msn.ifdecode($nick) sets the room language to $gettok(English...
you need to learn how to use the on *: and also the echos. Once you work this stuff out, you should be able to do the rest. Open up vincula file, look for ;---Display if i'm right all the theme stuff for vincula should be there.
thanks for the support.
it could be that the thing you are using to dock, may not suppot mirc 6.1+. I would just recommend leaving it in mirc 6.03 rather then 6.1+
try unload and reload vincula. if that doesn't work, you'll need a new vincula file, get it from the techgear site.
i think your getting the problem is that msn group chat are fixing up. so just wait awhile.
if you try clearMSN 2.0 listed on techgear on know the creator has a room creator on it. There is also a vincula out on techgear that allows you to create rooms. http://www.techgear007.net/downloadsmsn/pa...=category&id=10 ClearMSN 2...
it could be a problem with your connection, not your internet connection but whatever you use to connect to the server. I'm guessing your using vincula, but you should really email the creator of Godzilla and ask him/her
/prop $ and the code should really be /prop $ ROLE and the code and then after you have done the /prop $ role and hit enter, then you type /hop and it will get you into the room. but i'd recommend using devil codes dialog, its more bei...