20.01.2013, 22:40
Do you mean without a !say command? If so then just add this to your script -
Код:
public IRC_OnUserSay(botid, recipient[], user[], host[], message[]) { new string[128]; format(string, sizeof(string), "[IRC] %s: %s", user, message); SendClientMessageToAll(YOUR_COLOR_HERE, string); return 1; }