diff options
author | Adam <Adam@anope.org> | 2011-02-04 18:32:04 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-04 18:32:04 -0500 |
commit | a53a797271fe1c68296a5c4848f827670518a309 (patch) | |
tree | 5cfe69af11752937cfc8b6e2445eb11d23cb1557 /modules/core/ns_access.cpp | |
parent | 08583dc107974252312fb7c87532c9deb68e7f63 (diff) |
Replaced all of the old %S's in the language strings that were used for service nicks
Diffstat (limited to 'modules/core/ns_access.cpp')
-rw-r--r-- | modules/core/ns_access.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/core/ns_access.cpp b/modules/core/ns_access.cpp index e7c0c3f90..5f28a9271 100644 --- a/modules/core/ns_access.cpp +++ b/modules/core/ns_access.cpp @@ -156,9 +156,9 @@ class CommandNSAccess : public Command " \n" "Modifies or displays the access list for your nick. This\n" "is the list of addresses which will be automatically\n" - "recognized by %S as allowed to use the nick. If\n" + "recognized by %s as allowed to use the nick. If\n" "you want to use the nick from a different address, you\n" - "need to send an \002IDENTIFY\002 command to make %S\n" + "need to send an \002IDENTIFY\002 command to make %s\n" "recognize you.\n" " \n" "Examples:\n" @@ -171,7 +171,7 @@ class CommandNSAccess : public Command " Reverses the previous command.\n" " \n" " \002ACCESS LIST\002\n" - " Displays the current access list.")); + " Displays the current access list."), ChanServ->nick.c_str()); return true; } |