summaryrefslogtreecommitdiff
path: root/bouncer/core.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-01-24 20:28:25 +0100
committerTreeki <treeki@gmail.com>2014-01-24 20:28:25 +0100
commit33371638a8985df53f86ed9297b9e57c9f46c015 (patch)
tree5733f9264f0e1572cb6afc1f43697f7898613872 /bouncer/core.h
parent22b35add6baa191b6c82347686e2599d848f2cb7 (diff)
downloadbounce4-33371638a8985df53f86ed9297b9e57c9f46c015.tar.gz
bounce4-33371638a8985df53f86ed9297b9e57c9f46c015.zip
show nick prefixes in client nicklist, sync modes correctly
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 b5d3164..7236ff7 100644
--- a/bouncer/core.h
+++ b/bouncer/core.h
@@ -302,6 +302,7 @@ public:
uint32_t getUserFlagByPrefix(char prefix) const;
uint32_t getUserFlagByMode(char mode) const;
int getChannelModeType(char mode) const;
+ char getEffectivePrefixChar(uint32_t modes) const;
IRCServer(Bouncer *_bouncer);
~IRCServer();