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.

setting /mode +x

Old posts that have not been replied to for several years.
Locked
g
grinch157
Halfop
Posts: 42
Joined: Tue Nov 11, 2003 4:34 pm

setting /mode +x

Post by grinch157 »

hello , is there a way to have a bot set itself to /mode +x while it's logged in on undernet server???
User avatar
CrazyCat
Revered One
Posts: 1303
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

putserv "MODE $botnick +x"
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

or just add that "+x" at your "init-server"
aVote page back online!
Check out the most popular voting script for eggdrop bots.

Join the metal tavern!
g
grinch157
Halfop
Posts: 42
Joined: Tue Nov 11, 2003 4:34 pm

Post by grinch157 »

ok, so where do i put it?? in the config? or in the script i'm trying to use??
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

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
aVote page back online!
Check out the most popular voting script for eggdrop bots.

Join the metal tavern!
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

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.
g
grinch157
Halfop
Posts: 42
Joined: Tue Nov 11, 2003 4:34 pm

Post by grinch157 »

thanks you guys!!!! it works great :)


the people here are the best!!!!!

major kudooossssss :)
Locked