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
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.
# 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"
}