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.

the undernet /mode username +x

Old posts that have not been replied to for several years.
Locked
e
eyeless

the undernet /mode username +x

Post by eyeless »

How can I make my bot do the /mode username +x

greetings,

eyeless
F
Freeman
Voice
Posts: 20
Joined: Thu Jan 30, 2003 6:46 am

Post by Freeman »

set init-server { putserv "nickserv identify pass +ix-ws" }

set init-server { putserv "mode nick +ix" }

i guess depending on the ircd type any of these may work. good luck.
S
Sotman
Voice
Posts: 10
Joined: Thu Jul 04, 2002 4:37 am

Post by Sotman »

# script to run (if any) when first connecting to a server
set init-server { putserv "PRIVMSG X@channels.undernet.org :login username password"
putserv "MODE $botnick +x" }

works on all my bots..on undernet

or try .dump mode +x in the partyline if the bot is logged in and u don't wanna restart
e
eyeless

thnx

Post by eyeless »

thnx for the help

greetz,

eyeless
Locked