mirror of
https://github.com/anope/anope.git
synced 2026-06-28 20:16:38 +02:00
Moved the language strings which are only used once
out of the core and into the modules that use them.
This commit is contained in:
+2
-2
@@ -169,8 +169,8 @@ void do_on_id(User *u)
|
||||
u->UpdateHost();
|
||||
|
||||
if (!na->hostinfo.GetIdent().empty())
|
||||
u->SendMessage(HostServ, HOST_IDENT_ACTIVATED, na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
|
||||
u->SendMessage(HostServ, _("Your vhost of \002%s\002@\002%s\002 is now activated."), na->hostinfo.GetIdent().c_str(), na->hostinfo.GetHost().c_str());
|
||||
else
|
||||
u->SendMessage(HostServ, HOST_ACTIVATED, na->hostinfo.GetHost().c_str());
|
||||
u->SendMessage(HostServ, _("Your vhost of \002%s\002 is now activated."), na->hostinfo.GetHost().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user