mirror of
https://github.com/anope/anope.git
synced 2026-07-03 10:33:13 +02:00
Allow bot usermodes to be configurable
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ NickServRelease::NickServRelease(NickAlias *na, time_t delay) : User(na->nick, C
|
||||
|
||||
NickServReleases.insert(std::make_pair(this->nick, this));
|
||||
|
||||
ircdproto->SendClientIntroduction(this, "+");
|
||||
ircdproto->SendClientIntroduction(this);
|
||||
}
|
||||
|
||||
NickServRelease::~NickServRelease()
|
||||
|
||||
Reference in New Issue
Block a user