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.

Linknet: mode +h

Old posts that have not been replied to for several years.
Locked
s
sonkite

Linknet: mode +h

Post by sonkite »

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
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 {
  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 »

thanks alot :)
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

# 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
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

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.
Locked