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.

Vhost?

Old posts that have not been replied to for several years.
Locked
T
TaucherMK

Vhost?

Post by TaucherMK »

I want a vhost for my eggdrop. Normally when i join the network i use the command /chost in mIRC to get my vHost. Can i give my Eggdrop the same vHost? Can you explain me how to do?
Sorry for my English
thx
TaucherMK
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Post by dotslasher »

solution: look at this line in your eggdrop.conf you can add the required script u want in there. example PUTQUICK "VHOST $botnick pass" --> for a /vhost login. because /chghost = a Oper cmd, if your bot is opered you can use chghost in stead of VHOST.


eggdrop.conf extract:

Code: Select all

# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server

proc evnt:init_server {type} {
  global botnick
  putquick "MODE $botnick +iBb-ws"
 }
Locked