mirror of
https://github.com/anope/anope.git
synced 2026-07-07 13:03:12 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -250,7 +250,7 @@ private:
|
||||
source.Reply(_("\002%s\002 deleted from %s's certificate list."), certfp.c_str(), nc->display.c_str());
|
||||
}
|
||||
|
||||
void DoList(CommandSource &source, const NickCore *nc)
|
||||
static void DoList(CommandSource &source, const NickCore *nc)
|
||||
{
|
||||
NSCertList *cl = nc->GetExt<NSCertList>("certificates");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user