Jump to content

X-chat Authenticate For Bzn By D3bug.


Dodge

Recommended Posts

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

Link to comment
Share on other sites

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.

 

So I don't have to replace it with anything? Just leave it as it is in the script?

I wrote the script, saved and loaded it.

At first, I didn't replace anything in this part:

"QUOTE LOGINH username\@email_server md5password",

 

Now that I have replaced it with my email address and password, I recieve the following error:

»» Unauthorized command (already registered)

»» *** authentication failed: user not found...

Link to comment
Share on other sites

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 by Pranka
Link to comment
Share on other sites

if it is saying user not found then i would assume the problem is with your email address. Have you logged into buzzen at least once using that account through webchat?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...