diff options
| author | 2007-07-03 16:40:09 +0000 | |
|---|---|---|
| committer | 2007-07-03 16:40:09 +0000 | |
| commit | 2b8ce39c6ea5e7a22fe39b21756f82051465f143 (patch) | |
| tree | f099793400866fcb818730c042cc5334f5794043 /src/modules/m_restrictmsg.cpp | |
| parent | Revert a changed file I didn't want to commit .. (diff) | |
Removed superfluous semicolons
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7423 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_restrictmsg.cpp')
| -rw-r--r-- | src/modules/m_restrictmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_restrictmsg.cpp b/src/modules/m_restrictmsg.cpp index faa272b13..0e95660b2 100644 --- a/src/modules/m_restrictmsg.cpp +++ b/src/modules/m_restrictmsg.cpp @@ -72,4 +72,4 @@ class ModuleRestrictMsg : public Module } }; -MODULE_INIT(ModuleRestrictMsg); +MODULE_INIT(ModuleRestrictMsg) |
