EnergyMech

Forum | Features | Download | Addons | Help | #emech | Links | About | Contact

Versions | News Archive | Installing | Linking | Configuration | Commands | FAQ


The time is now Thursday, April 7th, 2022, 12:23pm

Create account ]   User/Pass   


Forum Index :: Generic Discussion :: QuakeNet Q's auth script :: Reply to this topic

Author
 
Korwin
Posted :: 11:54am, Sun, Mar 2, 2008     Subject :: QuakeNet Q's auth script

(anonymous)
 
    Maybe someone wanna use it...

-=-=-= Cut here =-=-=-

#
# Support for Quakenet's Q AUTH
# Script for EnergyMech 3
#
# Written by [korwin] <4korwin@gmail.com>
#

# change USERNAME and PASSWORD to that one of your bot-account
# then remove the # on the line
proc xlogin {} {
global botnick
to_server "PRIVMSG Q@CServe.quakenet.org :AUTH username password\n" 0
to_server "MODE $botnick +x\n" 0
}

proc grab_001 {from rest} {
xlogin
}

hook parse 001 grab_001

-=-=-= Cut here =-=-=-

 
siii
Posted :: 11:47am, Sat, Apr 17, 2010

(anonymous)
 
    I would like to use it but I don't know how lol

 
wiii
Posted :: 12:01pm, Sat, Apr 17, 2010

(anonymous)
 
    I pasted your text in auth.tcl and replaced user and password . I wrote tclscript auth.tcl in mech.conf but not working

 
wiii
Posted :: 12:17pm, Sat, Apr 17, 2010

(anonymous)
 
    Just rememberd that when I configured the emechs I got "tcl not supported" message. Dunno why tho'

 
Xaero
Posted :: 7:03am, Sun, Apr 18, 2010

(anonymous)
 
    I just put:
-----
msg Nickserv identify password
-----
in the mech.conf file, it works fine, any advantage of using a tcl script to do it? Sorry if the question seems silly but I dunno tcl so would like to skip the tcl bits as much as possible.

 

Copyright © 2000-2005 Proton,  All rights reserved. Last edited August 16th, 2005.
HTML 4.01 CSS