summaryrefslogtreecommitdiff
path: root/bouncer/core.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-02-14 06:26:24 +0100
committerTreeki <treeki@gmail.com>2014-02-14 06:26:24 +0100
commit04cf34e30aa6541568660dfe9e77b2b2c0a9db88 (patch)
tree8a1a208095a714c5122343ff244b3ef027e4a0b5 /bouncer/core.h
parentca890a3d7661991f0a9269106cf2611bcc048d16 (diff)
downloadbounce4-04cf34e30aa6541568660dfe9e77b2b2c0a9db88.tar.gz
bounce4-04cf34e30aa6541568660dfe9e77b2b2c0a9db88.zip
fix up a bunch more output messages to use RichTextBuilder, etc
Diffstat (limited to '')
-rw-r--r--bouncer/core.h1
1 files changed, 1 insertions, 0 deletions
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;