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.
s
sonkite
Post
by sonkite » Thu Jun 05, 2003 4:05 am
Hey.. Got a question.. How do i get the eggdrop to set +h mode on linknet for hiding hostname.. i know i can do it manually by .mode <botnick> +h but i want the eggdrop to do it when it joins
thanks for help
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Thu Jun 05, 2003 5:02 am
Code: Select all
bind evnt - init-server my:connect
proc my:connect init-server {
putserv "MODE $::botnick +h"
}
Once the game is over, the king and the pawn go back in the same box.
s
sonkite
Post
by sonkite » Thu Jun 05, 2003 9:30 am
thanks alot
Papillon
Owner
Posts: 724 Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no
Post
by Papillon » Thu Jun 05, 2003 10:22 am
# script to run (if any) when first connecting to a server
set init-server { putserv "MODE $botnick +i-ws" }
... from the config file. Just add an h in there and it should be working
Elen sila lúmenn' omentielvo
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Fri Jun 06, 2003 1:17 am
Adding in the .conf file or buidilng yourself one is in fact the same thing.
Once the game is over, the king and the pawn go back in the same box.