Skip to content
NuClearMSN Connection

NüClearMSN questions

A TG007 community discussion started by DalienX.

Discussion 23 posts
Page 2 of 2
Open
Topic #2962 · 23 published posts · 2,466 views

On using signals you should use $3 $right($gettok($1,1,33),-1) instead of $nick i hope this may help you out never use $nick or $address in signals . For $adress i hope its $gettok($1,2,33) .

Edited Mar 21, 2005 5:29 PM by Cryton

 

 

There is nothing so absurd but some philosopher has said it

ty Cryton ill try it out first time working with signal

by the way..

 

the reason the signal feature is in there is so you can write your own separate addons without editing the connection file itself. you can write a signal event in a separate remote script file.

 

also, use the signal event msn.server to catch information from your channel connections. msn.chan is for the broadband mode sockets, which connect to all the servers but aren't in any channels.

 

another thing to remember is that the information returned by the signal events is raw, unedited, undecoded data, exactly as msn sends it. there is no processing in them so they will function faster. $gettok($1,1,33) will return the true (undecoded) form of a person's nickname. if you want to see the decoded form (the form that will be recognized by mIRC) you would use $msn.decode($gettok($1,1,33)).

bfush.PNG