diff options
author | Adam <Adam@anope.org> | 2014-04-21 17:23:09 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-04-21 17:23:09 -0400 |
commit | 1253c70e0682fa1490c99c3d2869049a0e3fa2e0 (patch) | |
tree | 0e551e2854bcb4658c912001078b688ac1ad970e /src/config.cpp | |
parent | 7286c2b90c0844d978cb498f656b36386b688024 (diff) |
Constify message source for OnChannelMode(Un)Set
Diffstat (limited to 'src/config.cpp')
-rw-r--r-- | src/config.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp index 97abbbe0e..b2ec7789f 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -116,7 +116,6 @@ Conf::Conf() : Block("") { ReadTimeout = 0; UsePrivmsg = DefPrivmsg = false; - regex_flags = 0; this->LoadConf(ServicesConf); |