1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 06:06:37 +02:00

new event OnSetDisplayedHost

This commit is contained in:
DukePyrolator
2013-10-15 12:04:15 +02:00
parent 7cb35eeedf
commit 6cde65a57f
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -136,6 +136,8 @@ void User::SetDisplayedHost(const Anope::string &shost)
Log(this, "host") << "changed vhost to " << shost;
FOREACH_MOD(OnSetDisplayedHost, (this));
this->UpdateHost();
}