Fix incorrect syntaxt for SeenNick Help command (SS-10)
This commit is contained in:
parent
d19d91372c
commit
43e3ec5bae
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue