From 04cf34e30aa6541568660dfe9e77b2b2c0a9db88 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 14 Feb 2014 06:26:24 +0100 Subject: fix up a bunch more output messages to use RichTextBuilder, etc --- bouncer/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bouncer/core.h') diff --git a/bouncer/core.h b/bouncer/core.h index 0f99d82..28db1e8 100644 --- a/bouncer/core.h +++ b/bouncer/core.h @@ -113,6 +113,7 @@ public: void handleTopicInfo(const char *user, int timestamp); void outputUserMessage(const char *nick, const char *message, bool isAction); + void outputUserAction(int colour, const UserRef &user, const char *prefix, const char *verb, const char *message, bool showChannel = true); char getEffectivePrefixChar(const char *nick) const; -- cgit v1.2.3