mirror of
https://github.com/anope/anope.git
synced 2026-07-09 06:23:13 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
class CommandCSKick : public Command
|
||||
class CommandCSKick
|
||||
: public Command
|
||||
{
|
||||
public:
|
||||
CommandCSKick(Module *creator) : Command(creator, "chanserv/kick", 2, 3)
|
||||
@@ -133,7 +134,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class CSKick : public Module
|
||||
class CSKick
|
||||
: public Module
|
||||
{
|
||||
CommandCSKick commandcskick;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user