View Single Post
Old 02-05-2006, 08:39 AM  
InvisiGod
Member
 
Join Date: Aug 2004
Posts: 32
Default

I have got the same problem and I didn't get this fixed. The bot always displays no.reason on IRC.
However the file which is created in the nuked folder displays the nuke-reason correctly.

Could anyone tell me, how to fix that?

This is the way I am nuking: SITE NUKE release factor reason

Here is my ioA config:

Code:
################################################################################

[Nuke]
Nukes_Header			= "-[Nukes]---------------------------------------------------------------------\n| 

   Nuker       | Nukees                 |   Size   | Reason               |"
Nuke_Splitter			= " "
Nuke_Exist			= " Nuke already exist. Remove it and try again"
Nuke_Source_Not_Found		= " Unable to find directory to nuke"
Nuke_Other_Groups		= " You are not allowed to nuke other groups"
Nuke_Verify_Group		= " Unable to verify group\n Does release contain -<groupname> at the end?"
Nuke_Head			= "[Nuked]-%directory"
Nuke_Empty_Nuke			= 50
Nuke_Empty_Nuke_Text		= " Applying emptynuke with %mbMB to user %user@%group"
Nuke_Empty_Nuke_Text_NA		= " Emptynuke is not enabled. No punishment will be given"
Nuke_Empty_Dirowner_NA		= " Unable to find owner of directory"
Nuke_Log			= ""%vfs" "%user@%group" "%nukee@%nukeegroup" "%.0multi %.2size" "%reason""
Nuke_Create_Message_File	= 1
Nuke_Create_Nuke_Tag		= 2
Nuke_Tag			= "[NUKED]-[%.0multix]-[by %user@%group]-[%reason]"
Nuke_Group_Flag			= Z
Nuke_Log_File			= c:\ioFTPD\scripts\ioA\ioA.nuke.log
Nuke_Output_Line		= " %-15user | %-15group | %10.2sizeMB | %10.2mbMB"
Nuke_Output_Total		= "-----------------------------------------------------------------------------\n 

Total bytes:     %10.2sizeMB  Total credits:  %10.2mbMB"
Nuke_Run_Script			= "c:\script.exe nuke %user %.0size %.0multi"
Nuke_File_Filter_0		= *.ioFTPD*
Nuke_Message_File		= .ioFTPD.message
Nuke_Message_File_Src		= c:\ioFTPD\scripts\ioA\ioA.nuke.message.msg
Nuke_Single_Nukees_Log_Line	= 0
# Following line is for one-line nukelogging
#Nuke_Log			= ""%vfs" "%user" "%group" "%.0multi" "%.0size" "%reason" "%nukees""

################################################################################

[Unnuke]
UnNuke_No_Record_of_Nuke	= " No record of nuke found"
UnNuke_Output_Line		= " %user Bytes: %.2sizeMB Credits back: %.2mbMB"
UnNuke_Run_Script		= "c:\script.exe unnuke %user %size %credits"
UnNuke_Output_Total		= " Total bytes:  %.2sizeMB  Total credits:  %.2mbMB"
#UnNuke_Log			= ""%vfs" "%user@%group" "%nukee@%nukeegroup" "%.0multi %.2size" "%reason""
UnNuke_Log_File			= c:\ioFTPD\scripts\ioA\ioA.unnuke.log
UnNuke_Create_Message_File	= 1
UnNuke_Message_File_Src		= c:\ioFTPD\scripts\ioA\ioA.unnuke.message.msg
# Following line is for one-line unnukelogging
UnNuke_Log			= ""%vfs" "%user" "%group" "%.0multi" "%.0size" "%reason" "%nukees""

################################################################################

[Nukes]
Nukes_Output			= " Nuke: %-75nuke\n Nuker: %-10nuker | Multi: %4multi | Size: %5sizeMB | Date: 

%date\n Nukees: %-30nukees\n Reason: 

%-20reason\n----------------------------------------------------------------------------"

################################################################################

[Unnukes]
Unnukes_Output			= " Nuke: %-75nuke\n Nuker: %-10nuker | Size: %5sizeMB | Date: %date\n Nukees: 

%-30nukees\n Reason: %-20reason\n-----------------------------------------------------------------------------"
InvisiGod is offline   Reply With Quote