mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
Fix my compile error.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8925 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
9a4067dac4
commit
9b2b280cd0
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user