Deleted Member
Historical / Guest
Xchat::hook_print( "Connected", sub {
Xchat::command [
"QUOTE AUTHTYPE ircwx1",
"QUOTE USER username username username :connection_tag",
"QUOTE LOGINH username\@email_server md5password",
];
return Xchat::EAT_NONE;
});
;its perl, and you load it like any other perl script inside xchat
;you must have the "\" in front of the @ or it won't work
Edited Jun 28, 2009 2:52 AM by err0r
Travis
Historical / Guest
Username is your nick. Usertag shows up when you /who a channel. It is a way people can tell if you are webchat or not.
X-Fusion
Historical / Guest
Your password needs to be in MD5 format.
Oh damn, I forgot about that part. Thanks X-Fusion.
Now the problem remains in:
"QUOTE LOGINH sinan_asad\@hotmail.com md5password",
Recieved error:
»» *** authentication failed: user not found...
http://www.tg007.net/forum/index.php?showt...pid=72290
I have encoded the password with md5, still no luck.
Edited Jun 28, 2009 7:29 PM by Pranka
X-Fusion
Historical / Guest
Yep, sounds like your not on their database. It's making connection, just not finding you.
Travis
Historical / Guest
1st It isn't wise to display your email address.
2nd, I really doubt you put a slash through your email address.
Maybe try.
QUOTE LOGINH username\email@address md5password