diff options
| author | 2007-05-11 18:38:37 +0000 | |
|---|---|---|
| committer | 2007-05-11 18:38:37 +0000 | |
| commit | b830319a5cd670ee5a6a2ea4e29d7ca75e024d52 (patch) | |
| tree | 389b195c81d2c75b08ff83230fd3c3a6a9ca32df /src/modules/m_nicklock.cpp | |
| parent | Refactor port binding, warning not yet tested fully (diff) | |
Thou shalt test compile before committing :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6983 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_nicklock.cpp')
| -rw-r--r-- | src/modules/m_nicklock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_nicklock.cpp b/src/modules/m_nicklock.cpp index 38208c724..dd51be1cc 100644 --- a/src/modules/m_nicklock.cpp +++ b/src/modules/m_nicklock.cpp @@ -57,7 +57,7 @@ class cmd_nicklock : public command_t // check nick is valid if (!ServerInstance->IsNick(parameters[1])) { - return CMD_FAILURE + return CMD_FAILURE; } // let others know |
