diff options
Diffstat (limited to 'include/commands/cmd_eline.h')
-rw-r--r-- | include/commands/cmd_eline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_eline.h b/include/commands/cmd_eline.h index 25c403be4..f4518b57e 100644 --- a/include/commands/cmd_eline.h +++ b/include/commands/cmd_eline.h @@ -24,12 +24,12 @@ * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_eline : public Command +class CommandEline : public Command { public: /** Constructor for eline. */ - cmd_eline (InspIRCd* Instance) : Command(Instance,"ELINE",'o',1) { syntax = "<ident@host> [<duration> :<reason>]"; } + CommandEline (InspIRCd* Instance) : Command(Instance,"ELINE",'o',1) { syntax = "<ident@host> [<duration> :<reason>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |