I'm planning on making a new plugin but i can't really get it working... how do i change the nickname out of a database...
I know you can save nicknames but how do you change them to the saved name? I'm going to make a this a new function in QTSender.(i'm coding in C++ as always.)
I haven't been active here in ages.
If you're wondering who i am, read my reputations. I used to make plugins, skins and spam the IRC channels here back in the good old days before Windows Live.
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: Trying to make something new...
Use SendKeys() with a string containing '/nick ' or '/nick2 ' and the nickname you want, and append a '~' (for Enter). Of course, this will only work if a convo window is active...
Thanks.
I can't try it jet but i will soon.
Does MsgPlus! does anything when you make a command that sends a /command?
that would make life a lot easier lol...
But i think i get what you mean .
EDIT: changed plans. going to make a lil extra for QTS to change your nickname with something out of a intern database but that's all...
This post was edited on 09-01-2004 at 02:49 PM by crank.
I haven't been active here in ages.
If you're wondering who i am, read my reputations. I used to make plugins, skins and spam the IRC channels here back in the good old days before Windows Live.