|
@@ -598,11 +598,11 @@ proc ::cims::put_bot {botnetnick data} {
|
|
|
if {$testlink == 1} {
|
|
|
putlog "::cims:: put_bot: + a message delivered to $botnetnick."
|
|
|
|
|
|
- if {[string length $data] > 335} {
|
|
|
- ::putils::put_bot $botnetnick $data
|
|
|
- } else {
|
|
|
+ #if {[string length $data] > 335} {
|
|
|
+ # ::putils::put_bot $botnetnick $data
|
|
|
+ #} else {
|
|
|
putbot $botnetnick $data
|
|
|
- }
|
|
|
+ #}
|
|
|
} else {
|
|
|
putlog "::cims:: put_bot: + a message couldn't be delivered. Bot $botnetnick is not linked"
|
|
|
}
|