mirror of
https://github.com/anope/anope.git
synced 2026-07-02 03:46:39 +02:00
Swap the mode and mask params to Entry and make the mode optional.
This commit is contained in:
@@ -153,7 +153,7 @@ class CommandCSFlags final
|
||||
else
|
||||
{
|
||||
// Normalize the entry mask.
|
||||
mask = Entry("", mask).GetCleanMask();
|
||||
mask = Entry(mask).GetCleanMask();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user