SafeHost
$sockname wont work cos it's not in a sock event, $sockname is a sock event identifier, msn.server.* wont work cos it's not specific you wont have a socket named msn.server.*, the connection id get's put in place of the * so maybe try ms...
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.
$sockname wont work cos it's not in a sock event, $sockname is a sock event identifier, msn.server.* wont work cos it's not specific you wont have a socket named msn.server.*, the connection id get's put in place of the * so maybe try ms...
the timer and pong codes are already in there, and the on part and on disconnect codes are only there so he doesn't have to keep typing /msn to connect to the server, it's just for convenience, it's not mandatory but it helps
ok you have the wrong identifier for MSN, use $scon(%x).network instead of $scon(%x).server
change it to on 1:socklisten:normallookup:{
hide the whole menu bar and use menuedit.dll to make your own
when putting the nick in the edit passport dialog you need to put it in unicode and tick the nickname in unicode box just under it, otherwise you get that error
sorry but i can't think why it wont work for you, it works fine for me
if the icons are actually 20 by 20 i would change tje icon size from small to large, but if they're meant to be small, change the icons to 16 by 16
for what you're trying to do, you should probably change it to this on *:JOIN:#: { if ($readini(Agold.ini,gold,$ial($nick,1).addr) != $null) { if ($nick !isowner $chan) { mode $chan +q $nick } else { mode $chan -qo $nick...
when i make an event that creates a button using mdx DynamicControl i can't retrieve the id from that new button, is this because it wasn't orignaly in the dialog table? so i'm wondering if it is possible to retrieve the info from the ne...
you'd have to use a differnt code http://www.tg007.net/help/rebar.htm that has all the stuff you need to know
mdx takes up the first line, so when you want to select a line in the list it's always one more than the line in the txt file ya working from, and that was meant to be - 1 not + 1 in my last post
i think the problem is in your on close event, the first line .timer $+$window(@ $+ %chan $+ ).hwnd off there is no space after the $+, so its not turning the timer off
ahh, so it says in the mirc help file lol
you should try mEditor, it's a mirc script editor that highlights matching brackets, so it's much easier to find where the missmatch is, it also has the { } button aswell as a script reload button so you don't have to keep restarting mirc
i have the same problems with my UK account, the error for outlook says you have to sign up for subscription email, they don't allow new free emails to work on outlook anymore, so i don't think there is a fix for that, also when changing...
damnit, k whatever i just stick with vincula's room opener thx anyway
tis np
yeah that got it, it works great thx morph3us and thx to everyone else aswell for your help, oh one more question, how can i use the raw event 305 and 306 to change the icon to and from the cup? i tried raw 306:*: { did -g nick 2 icons...
i've used mdx, but as i said before i prefer dcx
ok so if i have to add my own popup, how can i make it appear relative to the button and not the mouse?
http://www.tg007.net/downloadsmsn/pafiledb...e&id=3&file=781 that's a profanity system, load that and change the name of your text file with all the bad words in to profanity.ini and it will kick anyone who says the words in that file
i finaly got it working now, ozzy's code did actualy work properly, thx man and thx warrior for all ya help aswell
hi, how can i make a browser window in mirc? like vincula does when it's opening a group that uses a -p window and i was just wondering how i can do the same thx
ok i've figured it out now, got it all working just like i want thx for all ya help cleric i couldn't get your idea to work vexation, but thx for helping anyway cheers guys