mirror of
https://github.com/anope/anope.git
synced 2026-06-28 07:36:37 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -104,7 +104,7 @@ class CommandEntryMessage final
|
||||
: public Command
|
||||
{
|
||||
private:
|
||||
void DoList(CommandSource &source, ChannelInfo *ci)
|
||||
static void DoList(CommandSource &source, ChannelInfo *ci)
|
||||
{
|
||||
EntryMessageList *messages = ci->Require<EntryMessageList>("entrymsg");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user