diff options
| author | 2008-02-13 18:39:16 +0000 | |
|---|---|---|
| committer | 2008-02-13 18:39:16 +0000 | |
| commit | 9b2b280cd00f81f009648378f858196e8cfc00c5 (patch) | |
| tree | ca4542a7610135f03c3849661caee92f547483dc /src/modules | |
| parent | More fixes to configure stability with undefined values/closed filehandles (diff) | |
Fix my compile error.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8925 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/extra/m_rline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_rline.cpp b/src/modules/extra/m_rline.cpp index 652b93909..fb8887032 100644 --- a/src/modules/extra/m_rline.cpp +++ b/src/modules/extra/m_rline.cpp @@ -126,7 +126,7 @@ class CoreExport RLineFactory : public XLineFactory class CommandRLine : public Command { public: - CommandRLine (InspIRCd* Instance) : Command(Instance,"RLINE", 'o', 1) + CommandRLine (InspIRCd* Instance) : Command(Instance,"RLINE", "o", 1) { this->source = "m_rline.so"; } |
