diff options
author | Treeki <treeki@gmail.com> | 2014-01-24 20:28:25 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-01-24 20:28:25 +0100 |
commit | 33371638a8985df53f86ed9297b9e57c9f46c015 (patch) | |
tree | 5733f9264f0e1572cb6afc1f43697f7898613872 /bouncer/core.h | |
parent | 22b35add6baa191b6c82347686e2599d848f2cb7 (diff) | |
download | bounce4-33371638a8985df53f86ed9297b9e57c9f46c015.tar.gz bounce4-33371638a8985df53f86ed9297b9e57c9f46c015.zip |
show nick prefixes in client nicklist, sync modes correctly
Diffstat (limited to '')
-rw-r--r-- | bouncer/core.h | 1 |
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(); |