- ; Undernet (http://www.undernet.org) Automatic Authentication Script
- ; Written by Scott Wilcox (http://nixbox.org/) - June 2004
- ; Bind to the start event
- on *:start: {
- ; Change this, to match your Undernet username.
- %undernet.username = MyUsername
- ; Change this, to match your Undernet password.
- %undernet.password = MyPassword
- ; Change this to the current auth command - this shouldn't ever change.
- ; Change this to the modes you wish to set after authing.
- %undernet.modes = xi
- ; Change this to 1 to add modes upon authing
- %undernet.authx = 1
- }
- ; Bind to the on CONNECT event
- on *:connect: {
- if ($network == Undernet) {
- echo -a * Info: Authenticating to Undernet Services
- %undernet.authcmd %undernet.username %undernet.password
- if (%undernet.authx == 1) {
- }
- }
- }
Code / mIRC / Auth Auth
Download as Text : January 6th, 2009
This work is licensed under a