Make function name clearer
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e1ca4ff338
commit
72075c9fbf
1 changed files with 2 additions and 2 deletions
|
@ -495,7 +495,7 @@ class ChatTab(Tab):
|
|||
shortdesc='Send the message.')
|
||||
self.register_command(
|
||||
'sb',
|
||||
self.command_sb,
|
||||
self.command_scrollback,
|
||||
usage="end home clear status goto <+|-linecount>|<linenum>|<timestamp>",
|
||||
shortdesc='Scrollback to the given line number, message, or clear the buffer.')
|
||||
self.register_command(
|
||||
|
@ -836,7 +836,7 @@ class ChatTab(Tab):
|
|||
self.core.refresh_window()
|
||||
|
||||
@command_args_parser.quoted(0, 2)
|
||||
def command_sb(self, args):
|
||||
def command_scrollback(self, args):
|
||||
"""
|
||||
/sb clear
|
||||
/sb home
|
||||
|
|
Loading…
Reference in a new issue