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.
grinch157
Halfop
Posts: 42 Joined: Tue Nov 11, 2003 4:34 pm
Post
by grinch157 » Mon Feb 09, 2004 10:08 am
hello , is there a way to have a bot set itself to /mode +x while it's logged in on undernet server???
CrazyCat
Revered One
Posts: 1303 Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:
Post
by CrazyCat » Mon Feb 09, 2004 12:11 pm
putserv "MODE $botnick +x"
arcane
Master
Posts: 280 Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:
Post
by arcane » Mon Feb 09, 2004 1:14 pm
or just add that "+x" at your "init-server"
grinch157
Halfop
Posts: 42 Joined: Tue Nov 11, 2003 4:34 pm
Post
by grinch157 » Mon Feb 09, 2004 1:47 pm
ok, so where do i put it?? in the config? or in the script i'm trying to use??
arcane
Master
Posts: 280 Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:
Post
by arcane » Mon Feb 09, 2004 3:29 pm
you should find sth with "init-server" in your config file with "+something-something". just add the "x" after the "+" and rehash your bot. after that it should have set mode +x
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Mon Feb 09, 2004 3:50 pm
Code: Select all
bind evnt - init-server my:connect
proc my:connect init-server {
putquick "PRIVMSG X@channels.undernet.org :login <user> <password>" -next
putquick "MODE $::botnick +x" -next
}
Once the game is over, the king and the pawn go back in the same box.
grinch157
Halfop
Posts: 42 Joined: Tue Nov 11, 2003 4:34 pm
Post
by grinch157 » Mon Feb 09, 2004 5:12 pm
thanks you guys!!!! it works great
the people here are the best!!!!!
major kudooossssss