(12:28:39) (Bot) [12:32] Tcl error in file 'eggdrop.conf':
(12:28:39) (Bot) [12:32] no such channel record
(12:28:39) (Bot) while executing
(12:28:39) (Bot) "channel set $clone_channel flood-join $clone_join_flood "
(12:28:39) (Bot) ("foreach" body line 1)
(12:28:39) (Bot) invoked from within
(12:28:39) (Bot) "foreach clone_channel $clone_working_channels { channel set $clone_channel flood-join $clone_join_flood }"
(12:28:39) (Bot) (file "scripts/cloneflood.tcl" line 812)
(12:28:39) (Bot) invoked from within
(12:28:39) (Bot) "source scripts/cloneflood.tcl"
(12:28:39) (Bot) (file "eggdrop.conf" line 1361)
(12:28:39) (Bot) [12:32] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
#Set the type of channels you would like this script to work on.
#USAGE: [1/2] (1=USER DEFINED CHANNELS, 2=ALL CHANNELS THE BOT IS ON)
#Use '1' for 'user defined channels' (Will detect clone floods only on the channels defined for the script)
#Use '2' for 'all the channels' the bot is on. (Will detect clone floods on every channel the bot is opped on)
set clone_channel_type "1"
###USE THIS ONLY IF YOU HAVE SET THE PREVIOUS SETTING TO '1'###
#Set this if you have set the previous setting to '1' for user defined channels, if not then you do
#not need to configure this option. Set the channels here on which this script would work.
#USAGE: set clone_channels "#channel1 #channel2 #channel3" (separate each element with a space)
set clone_channels "#Devilion #patatje-oorlog.net"
its just a guess, but maybe the script cant read the channel #patatje-oorlog.net properly due to the "." or "-" in the channel name, try with another channel and see if that works.
I cannot reproduce your error with your given settings on the scripts code (btw. it should brake on whatever the channels are called plus case doesnt matter, either). verify you didnt mistype the channels name. use ".status" to get the channel name your bots stores.
My guess is either you bot is not currently on those channels -- you haven't added them in yet (if you add them then load it should be fine), the ones you have mentioned hence it cannot chanset the settings. I will try to bind event to prerehash next time and check if the bot is on those channels first, which is a better way.
If the problem still exists, find this line of code and DELETE it from the script: