PDA

View Full Version : [Fixed] msg !invite


Hellbound
09-03-2004, 10:10 AM
how do u disable /msg invite with iobanna but still keep site invite?

Harm
09-03-2004, 12:41 PM
From ioBanana.tcl
# 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) 0

You have to restart your bot (rehash isn't enough).

intel
09-29-2004, 09:05 AM
I can't seem to get /msg <BOTNICK> !invite user pass to work.
If I login to the site and do site invite that works.

# 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) 1
# Use secure irc-invite ? 0=no/1=yes
set ioBvar(invite_s) 0

TIA

Harm
10-01-2004, 10:17 AM
Is your eggdrop running in -nt mode ?
Are the paths to ioBanana.exe and the userfiles correct ?

intel
10-01-2004, 10:44 PM
BOt wont start in -nt mode. I have to run it as eggdrop -m.
All paths are correct.

Harm
10-01-2004, 11:37 PM
WARNING: security issue! The bot should be started in -m mode only once. Once it is running in this mode, create the master/owner user and save the account. After that, the bot should be restarted in whatever mode you wish (in ioBanana's case you want -nt :p).