diff options
author | Peter Powell <petpow@saberuk.com> | 2012-11-07 10:35:01 +0000 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-11-07 15:55:58 +0100 |
commit | 9ffdda87bda7a483350415af381a806b510a0c5c (patch) | |
tree | 7951e88da43f4554fcdec95bfd8fe56ce181f8df | |
parent | fbb2afa55225f4f5139cd48d95098096c9c6e3e9 (diff) |
Fix typo in m_filter.
-rw-r--r-- | src/modules/m_filter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_filter.cpp b/src/modules/m_filter.cpp index 0ce149373..6105fe024 100644 --- a/src/modules/m_filter.cpp +++ b/src/modules/m_filter.cpp @@ -114,7 +114,7 @@ class FilterResult flags.push_back('P'); if (flag_quit_message) flags.push_back('q'); - if (flag_privmsg); + if (flag_privmsg) flags.push_back('p'); if (flag_notice) flags.push_back('n'); |