Fix incorrect syntaxt for SeenNick Help command (SS-10)

This commit is contained in:
Fish 2008-03-18 14:13:16 +00:00
parent d19d91372c
commit 43e3ec5bae
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ Fish (F), Mark (M), DeadNotBuried (D)
- fix deletion of records from DB (D)
- fix removal of records from DB when using memory list only (D)
- help fixups (D)
- Fix Incorrect syntax for SEENNICK command (F)
3.0.a3
- add option to use DB only or in memory list for lookups (D)
- save records to db on configurable timer (D)

View file

@ -135,7 +135,7 @@ const char *sns_help_seen[] = {
const char *sns_help_seennick[] = {
"Displays Last Seen Nicks",
"Syntax: \2SEEN <nick>\2",
"Syntax: \2SEENNICK <nick>\2",
"",
"Displays the last seen entry of the matching nick.",
NULL