mirror of
https://github.com/anope/anope.git
synced 2026-07-04 07:03:13 +02:00
Fixed /cs clone copying channel access, fixed restricted, and fixed some compiler warnings
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ Anope::string XLine::GetHost() const
|
||||
|
||||
/** Constructor
|
||||
*/
|
||||
XLineManager::XLineManager(Module *creator, const Anope::string &name, char t) : Service(creator, name), type(t)
|
||||
XLineManager::XLineManager(Module *creator, const Anope::string &xname, char t) : Service(creator, xname), type(t)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user