diff options
author | Robby- <robby@chat.be> | 2014-02-23 23:42:43 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-02-23 23:42:43 +0100 |
commit | 212abeb986a57c312f1a43e09509c6a8af00498c (patch) | |
tree | 94a471435a9c7a78627500e370016e59e20ae132 | |
parent | 7d4427c31373b15dc467323d9e528231691fc8ed (diff) |
webcpanel: Update copyright year.
ns_cert: Bold code 2 -> 002.
-rw-r--r-- | modules/commands/ns_cert.cpp | 2 | ||||
-rw-r--r-- | modules/webcpanel/templates/default/confirm.html | 2 | ||||
-rw-r--r-- | modules/webcpanel/templates/default/footer.html | 4 | ||||
-rw-r--r-- | modules/webcpanel/templates/default/login.html | 2 | ||||
-rw-r--r-- | modules/webcpanel/templates/default/register.html | 4 |
5 files changed, 7 insertions, 7 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"; } diff --git a/modules/webcpanel/templates/default/confirm.html b/modules/webcpanel/templates/default/confirm.html index f9f315fd3..871f42118 100644 --- a/modules/webcpanel/templates/default/confirm.html +++ b/modules/webcpanel/templates/default/confirm.html @@ -39,7 +39,7 @@ <div class="row"> <div class="col-lg-offset-3 col-lg-6"> <div class="footer text-center"> - Anope IRC Services - © 2013 Anope Team - <a href="http://anope.org">http://anope.org</a> + Anope IRC Services - © 2013-2014 Anope Team - <a href="http://anope.org">http://anope.org</a> </div> </div> </div> diff --git a/modules/webcpanel/templates/default/footer.html b/modules/webcpanel/templates/default/footer.html index 57794a9ff..0c6878921 100644 --- a/modules/webcpanel/templates/default/footer.html +++ b/modules/webcpanel/templates/default/footer.html @@ -5,10 +5,10 @@ <div class="row"> <div class="col-lg-12"> <div class="footer text-center"> - Anope IRC Services - © 2013 Anope Team - <a href="http://anope.org">http://anope.org</a> + Anope IRC Services - © 2013-2014 Anope Team - <a href="http://anope.org">http://anope.org</a> </div> </div> </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/modules/webcpanel/templates/default/login.html b/modules/webcpanel/templates/default/login.html index 6a0b6d7a9..16e0684fa 100644 --- a/modules/webcpanel/templates/default/login.html +++ b/modules/webcpanel/templates/default/login.html @@ -43,7 +43,7 @@ <div class="row"> <div class="col-lg-offset-3 col-lg-6"> <div class="footer text-center"> - Anope IRC Services - © 2013 Anope Team - <a href="http://anope.org">http://anope.org</a> + Anope IRC Services - © 2013-2014 Anope Team - <a href="http://anope.org">http://anope.org</a> </div> </div> </div> diff --git a/modules/webcpanel/templates/default/register.html b/modules/webcpanel/templates/default/register.html index bebf4e276..0cf8e2543 100644 --- a/modules/webcpanel/templates/default/register.html +++ b/modules/webcpanel/templates/default/register.html @@ -53,7 +53,7 @@ <div class="row"> <div class="col-lg-offset-3 col-lg-6"> <div class="footer text-center"> - Anope IRC Services - © 2013 Anope Team - <a href="http://anope.org">http://anope.org</a> + Anope IRC Services - © 2013-2014 Anope Team - <a href="http://anope.org">http://anope.org</a> </div> </div> </div> @@ -62,4 +62,4 @@ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> </body> -</html>
\ No newline at end of file +</html> |