summaryrefslogtreecommitdiff
path: root/modules/commands/ns_cert.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2014-02-23 23:42:43 +0100
committerRobby- <robby@chat.be>2014-02-23 23:42:43 +0100
commit212abeb986a57c312f1a43e09509c6a8af00498c (patch)
tree94a471435a9c7a78627500e370016e59e20ae132 /modules/commands/ns_cert.cpp
parent7d4427c31373b15dc467323d9e528231691fc8ed (diff)
webcpanel: Update copyright year.
ns_cert: Bold code 2 -> 002.
Diffstat (limited to 'modules/commands/ns_cert.cpp')
-rw-r--r--modules/commands/ns_cert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_cert.cpp b/modules/commands/ns_cert.cpp
index 7bd498e74..99ce7d6d1 100644
--- a/modules/commands/ns_cert.cpp
+++ b/modules/commands/ns_cert.cpp
@@ -361,7 +361,7 @@ class NSCert : public Module
else
u->Login(nc);
- u->SendMessage(NickServ, _("SSL certificate fingerprint accepted, you are now identified to \2%s\2."), nc->display.c_str());
+ u->SendMessage(NickServ, _("SSL certificate fingerprint accepted, you are now identified to \002%s\002."), nc->display.c_str());
Log(NickServ) << u->GetMask() << " automatically identified for account " << nc->display << " via SSL certificate fingerprint";
}