Useing the l8est ioFTPD and ioA with ioBanana v20.
In iobanana.tcl:
Code:
###############################################################################
# SYSOP OPERATIONS AND ERRORS #
###############################################################################
# Who receives the msg for error and sysop logs (space separated list)
# The admin names are their handles on the bot/botnet
# Messages are sent through the partyline
set ioBvar(admin) "Xxxx Xxxx Xxxx"
# Send to those chans too (space separated list)
set ioBvar(admin_chan) ""
# Receive a pm on error ?
set ioBvar(pm_error) 0
# Receive a pm on sysop operation ?
set ioBvar(pm_sysop) 1
set ioBvar(error_log) "c:/ioFTPD/logs/Error.log"
set ioBvar(sysop_log) "c:/ioFTPD/logs/Sysop.log"
Yet, i dont get any sysop pm... If i set a chan name in admin_chan it displays it in the channel but i would like it to send me and my op-friends a pm, just like it did in ioBanana v19.
Can someone(Harm
) help me out here? What have i forgotten to do?
EDIT:
I think it doesent write to sysop loggfile.. Dunno why.
Wierd is that it can annonce it to a admin channel.
EDIT 2:
Iv checked the ioA.cfg and it is right path and filename to the logfile.