Make function name clearer

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-06-22 03:56:01 +02:00
parent e1ca4ff338
commit 72075c9fbf
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -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