1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 14:16:39 +02:00

Fix the location of &* on types.

This commit is contained in:
Sadie Powell
2026-03-26 16:01:05 +00:00
parent 5355b53008
commit eaa24d3b0a
14 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ namespace UnrealExtBan
Anope::string xbname;
public:
Base(const Anope::string &mname, const Anope::string& uname, char uchar)
Base(const Anope::string &mname, const Anope::string &uname, char uchar)
: ChannelModeVirtual<ChannelModeList>(mname, "BAN")
, xbchar(uchar)
, xbname(uname)