mirror of
https://github.com/anope/anope.git
synced 2026-07-06 11:33:13 +02:00
Fix the location of &* on types.
This commit is contained in:
@@ -57,7 +57,7 @@ class CommandOSStats final
|
||||
private:
|
||||
ServiceReference<XLineManager> akills, snlines, sqlines;
|
||||
|
||||
static void ReportXLineStats(CommandSource& source, XLineManager* xlm, const char* type, const char* config)
|
||||
static void ReportXLineStats(CommandSource &source, XLineManager *xlm, const char *type, const char *config)
|
||||
{
|
||||
source.Reply(_("Current number of %ss: \002%zu\002"), type, xlm->GetCount());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user