PDA

View Full Version : Invite problem with rc3


ChipMunk666
06-19-2004, 01:47 PM
I tried all options

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


i just want the old invite.

With 0=disabled and 0 secure

I can do site invite but not /msg bot !invite user pass

Harm
06-19-2004, 02:20 PM
You want the old msg !invite method or nothing ?
Because first you say that you want to use msg !invite and then you say that you want to set ioBvar(invite_m) 0 (0=disabled).

I guess you want it but used the wrong values.
The method you want is 1 = plain text password (old method, not compatible with ioFTPD modules).
Set the values correctly and restart your sitebot.

ChipMunk666
06-20-2004, 04:39 PM
Originally posted by ChipMunk
I tried all options


Like i said i tried all options

which i meant i tried all values possible.

Sorry if I let you think that this

With 0=disabled and 0 secure


was my setup.But it isn't. I tried that too hehe.Sorry about that.

My main thinking was this value

# 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
set ioBvar(hosts_log) "C:/ioFTPD/logs/hosts.log"

I thought this setting would be the old one

Harm
06-20-2004, 05:19 PM
Old method without secure hosts has been confirmed to work by several users.
Check your paths in ioBanana.tcl.