This is an exapmle for quakenet:
just add this lines after your login line:
$irc->message(SMARTIRC_TYPE_QUERY, 'Q@CServe.quakenet.org', 'AUTH *AUTHNAME* *AUTHPW*');
$irc->mode('*AUTHNAME*', '+x');
*AUTHNAME* and *AUTHPW* you have to config..
mfg erPe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there some way to authenticate with the bot, so you could have access groups etc for diff commands for different people
This is an exapmle for quakenet:
just add this lines after your login line:
$irc->message(SMARTIRC_TYPE_QUERY, 'Q@CServe.quakenet.org', 'AUTH *AUTHNAME* *AUTHPW*');
$irc->mode('*AUTHNAME*', '+x');
*AUTHNAME* and *AUTHPW* you have to config..
mfg erPe