Jump to content

X-chat Authenticate For Bzn By D3bug.


Dodge

Recommended Posts

Guest Travis

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

 

Link to comment
Share on other sites

  • 1 month later...

I made a couple of edits so that you don't have to edit the file with you nickname everytime you wish to change it. This will use the nickname you store in xchat settings

 

Xchat::hook_print( "Connected", sub {
$nick = Xchat::get_info('nick');  
Xchat::command [
"QUOTE LOGINH user\@tg007.net md5passwordhere",
"QUOTE NICK $nick",
        "QUOTE USER $nick $nick $nick :connection_tag",
        
    ];
    return Xchat::EAT_NONE;
});

 

My perl is very shabby so if anyone sees a problem with this please let me know. All I can say is that it worked for me.

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...