diff options
author | Adam <Adam@anope.org> | 2016-10-07 18:38:37 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-07 18:38:37 -0400 |
commit | 9ef260388b18db9fab245cbbd292482b437fcd6d (patch) | |
tree | cac1a0da5bfd17cc82a5ee95796bceec686141cc /include/modules/protocol/plexus.h | |
parent | 005434abce2f7f741f92fc81f24fb0a61c38ce56 (diff) |
Move core message handles to protocol/rfc1459
Diffstat (limited to 'include/modules/protocol/plexus.h')
-rw-r--r-- | include/modules/protocol/plexus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/protocol/plexus.h b/include/modules/protocol/plexus.h index 1d6f79780..d17725be4 100644 --- a/include/modules/protocol/plexus.h +++ b/include/modules/protocol/plexus.h @@ -46,5 +46,5 @@ class UID : public IRCDMessage void Run(MessageSource &source, const std::vector<Anope::string> ¶ms) override; }; -} +} // namespace plexus |