Install:
compile or use the provided amx then drop into your addons/adminmod/scripts directory of the mod you use.

usage:
admin_bsay your message here

what it does:
it will make it look as if your server bot has a brain.. or not.. :)

access level:
it uses the access level of admin_say



Editing:
Edit the plugin_serverbot.sma and where it says server bot in

snprintf(Text, MAX_TEXT_LENGTH, "Server Bot: %s", Data);

make the Server Bot what ever you want.
we used

snprintf(Text, MAX_TEXT_LENGTH, "Clan ~GOW~ Server Bot: %s", Data);