Remove help file reference to no-longer-existent command.
authorMichael Poole <mdpoole@troilus.org>
Thu, 5 Mar 2009 03:44:43 +0000 (22:44 -0500)
committerMichael Poole <mdpoole@troilus.org>
Thu, 5 Mar 2009 03:44:43 +0000 (22:44 -0500)
src/chanserv.help (EVENTS): Do not reference "last" command.

src/chanserv.help

index 0746f191d9a367fd94222db1ffaf9d726e760029..693d6f09f81db06b324957583c2cb222d965760f 100644 (file)
         "$uSee Also:$u say");
 "EVENTS" ("/msg $C EVENTS <#channel> [limit [pattern]]",
         "Allows channel coowners to view a list of events related to their channel. If a pattern is provided, only events with a matching description will be displayed.",
-       "$bNote:$b You must specify a limit if you want to use a pattern to match against.",
-        "$uSee Also:$u last");
+       "$bNote:$b You must specify a limit if you want to use a pattern to match against.");
 "EXPIRE" ("/msg $C EXPIRE",
         "Expires any channels that have not been visited within the configured duration. Channel registrations are automatically expired, so you only need to use this command if the duration has been changed.",
         "$uSee Also:$u unvisited");