Skip to content
MSN

encoder

A TG007 community discussion started by Gazzy.

Discussion 4 posts
Page 1 of 1
Open
Topic #3866 · 4 published posts · 563 views

I just made my connection so it decodes nicknames in the nicklist.. but now I cant do kick $chan $$1 etc, so i gotta use $msn.encode($$1) but the encoder from vincula doesn't work for all the charecters. Does anyone know where i can get a more updated encoder or even a list of the charecters?

lol the issues that you get when you edit vincula. The way to do it is by storing all the nicknames in a hash table, and then from there you retreive it from the hash table. Why don't you guys just use NuClearMSN and stop trying to get vincula to do it, when NuClear does it all for you.

lol, im not using vincula im using my own connection but with vinculas msn.encode alias

I believe you can do it so that whichever nickname you select is called using $nick($active,N).

For example, if the 4th selected nickname in your nicklist is stored as 4 in %nick.selected then you can call the nickname using $nick($active,%nick.selected).

You should be able to retrieve the Nth selected nickname using either $did(dname,1).text or $did(dname,1) - where 1 is the id number of the nicklist listbox.