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