|
@@ -603,7 +603,6 @@ proc ::cims::kill_delaytimer {prefix chan} {
|
|
|
proc ::cims::put_bot {botnetnick data} {
|
|
|
set testlink [islinked $botnetnick]
|
|
|
if {$testlink == 1} {
|
|
|
- putlog "::cims:: put_bot: + a message delivered to $botnetnick."
|
|
|
|
|
|
if {[string length $data] > 335} {
|
|
|
#::putils::filelog "scripts/cims/cims.log" "alldata put_bot to $botnetnick: $data"
|
|
@@ -611,6 +610,7 @@ proc ::cims::put_bot {botnetnick data} {
|
|
|
} else {
|
|
|
putbot $botnetnick $data
|
|
|
}
|
|
|
+ putlog "::cims:: put_bot: + a message delivered to $botnetnick."
|
|
|
} else {
|
|
|
putlog "::cims:: put_bot: + a message couldn't be delivered. Bot $botnetnick is not linked"
|
|
|
}
|