Yes Mekon,
-- Edited .. see below
For Bebot u need to edit "Core\Roster.php"
Find:
$commands['gmsg']['Org. Msg.'][] = &$roster_core;
Change to:
$commands['gmsg']['Org Msg'][] = &$roster_core;
For Budabot u need to edit "Core\chatbot.php"
Find:
} elseif($channel == "Org. Msg."){
Change to:
} elseif($channel == "Org Msg"){