This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

+x mode on Quakenet

Old posts that have not been replied to for several years.
Locked
B
BeerMaN
Voice
Posts: 11
Joined: Fri Apr 18, 2003 5:50 pm
Location: Roskilde, Denmark
Contact:

+x mode on Quakenet

Post by BeerMaN »

Heya!

Is it possible to get one of those hostmask from the Quakenet - like in @quath.users.quakenet.org
And how can I make my eggdrop use it's own Qauth and get that kinda hostmask. Follow me?
-0wned.
p
pelefanten
Voice
Posts: 27
Joined: Thu Apr 17, 2003 4:37 pm

Post by pelefanten »

If you have a Qauth registered for the bot all you need to do is to add the auth message to Q in init-server. Ie:

Code: Select all

set init-server {
  putserv "MODE $botnick +xi-ws"
  putserv "PRIVMSG Q@CServe.quakenet.org :auth username password"
}
Locked