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.
Old posts that have not been replied to for several years.
e
eyeless
Post
by eyeless » Tue Feb 04, 2003 9:45 pm
How can I make my bot do the /mode username +x
greetings,
eyeless
Freeman
Voice
Posts: 20 Joined: Thu Jan 30, 2003 6:46 am
Post
by Freeman » Tue Feb 04, 2003 10:59 pm
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.
Sotman
Voice
Posts: 10 Joined: Thu Jul 04, 2002 4:37 am
Post
by Sotman » Wed Feb 05, 2003 2:26 am
# 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
Post
by eyeless » Wed Feb 05, 2003 8:06 am
thnx for the help
greetz,
eyeless