This one:
# Enable !google ?
set ioBvar(google) 1
# Enable !imdb ?
set ioBvar(imdb) 1
# Select the method used for /msg !invite
# 0 = disabled
# 1 = plain text password (old method, not compatible with ioFTPD modules)
# 2 = hashed password (new method, check SITE IRCINVITE)
set ioBvar(invite_m) 2
# Use secure irc-invite ? 0=no/1=yes
set ioBvar(invite_s) 1
set ioBvar(hosts_log) "c:/ioFTPD/logs/hosts.log"
|