diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/extra/ns_maxemail.cpp | 4 | ||||
-rw-r--r-- | modules/protocol/ngircd.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/extra/ns_maxemail.cpp b/modules/extra/ns_maxemail.cpp index d1179ee1d..94b4ef12c 100644 --- a/modules/extra/ns_maxemail.cpp +++ b/modules/extra/ns_maxemail.cpp @@ -28,9 +28,9 @@ class NSMaxEmail : public Module return false; if (this->NSEmailMax == 1) - this->SendMessage(source, _("The given email address has reached it's usage limit of 1 user.")); + this->SendMessage(source, _("The given email address has reached its usage limit of 1 user.")); else - this->SendMessage(source, _("The given email address has reached it's usage limit of %d users."), this->NSEmailMax); + this->SendMessage(source, _("The given email address has reached its usage limit of %d users."), this->NSEmailMax); return true; } diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp index 171e4941e..6fb899788 100644 --- a/modules/protocol/ngircd.cpp +++ b/modules/protocol/ngircd.cpp @@ -1,9 +1,9 @@ /* ngIRCd IRCD functions * - * (C) 2003-2010 Anope Team + * (C) 2003-2011 Anope Team * Contact us at team@anope.org * - * Please read COPYING and README for furhter details. + * Please read COPYING and README for further details. * * Based on the original code of Epona by Lara. * Based on the original code of Services by Andy Church. |