PDA

View Full Version : Site invite cmd to dZSbot, we need it!


solidous
10-01-2005, 01:14 AM
hi, after hour of hard job, i got my server working with ioftpd r, ioa, iobanana, windrop and dZSbot, all worf fine, in ftp and in channel, but no one can invite him self to the channel via ftp.

look if im right:

using ioA, the comand is "site invite NICK" , this anounce in the channel like:

[INVITE] + NICK@up invited himself as NICK

but this dont invite the "NICK" one on the irc.

how can i do this work? Have another script to self invite to the irc via ftp?

EwarWoo
10-01-2005, 01:58 AM
Make sure the bot is opped.
Make sure the user as accept invites enabled on mIRC (or whatever they use).
It works fine.

Harm
10-01-2005, 03:38 AM
Why are you using two sitebots at the same time ? ioBanana and dZSbot have both similar features and are not known for being fully compatible with each other.

I'm sure ioBanana's invite system is working fine and also sure B0unty wouldn't have left such an error in dZSbot. If you're on EFNet, you can try to set the paranoid mode (/mode #channel +p); operators in this channel will then receive a notice whenever someone is invited in the channel. It might work on other irc networks.. but I'm not even sure it's still working like that on all EFNet servers.

solidous
10-01-2005, 10:39 AM
Guys, iobanana on my server is just cause the comand packs and other functions, the iobanana is not working as a bot.
All commands in ftp are working fine, and all commands in irc are woring fine, just the site invite dont work,

In ioA:

[Invite]
Invite_Output = " Invited %user with nickname %ircnick"
Invite_Log = ""%user" "%group" "%ircnick""


in ioBanana:

io_path=c:\ioFTPD
io_exec=c:\ioFTPD\system\ioFTPD.exe
debug=0
sitebot=ioFTPD
botnick=XXXX
site_timezone=+1
dst=1
textfiles=c:\ioFTPD\scripts\ioBanana-text
# For SITE RULES
rules=c:\ioFTPD\text\ftp\rules.msg
# For secure irc invite
hosts_log=c:\ioFTPD\logs\hosts.log
hostmasks=^[^\*\?]+@[0-9]+\.[0-9]+\.[0-9]+\.[^\?]+$ ^[^\*\?]+@.*\.[^\*\?\.]+\.[^0-9][^\*\?\.]+$ ^[^\*\?]+@[^\*\?\.]+\.[^0-9][^\*\?\.]+$
# ioFTPD MessageWindow
messagewindow=ioFTPD::MessageWindow


and in ioftpd.ini

#ircinvite = EXEC ..\scripts\ioBanana.exe ircinvite

and

invite = EXEC ..\scripts\ioA.exe INVITE


I think this is the right config to ioA say to dZSbot invite some "nick" to the channel.





EDIT: I got this working now, after set the +p mode and after a full reboot, are everything working fine now!