Skip to content

Commit 4edc352

Browse files
SnoopJExirel
andcommitted
tell: add missing examples
Co-authored-by: Florian Strzelecki <[email protected]>
1 parent 2a0eb9e commit 4edc352

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sopel/builtins/tell.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,14 @@ def _format_safe_lstrip(text):
170170
@plugin.command('tell', 'ask')
171171
@plugin.nickname_command('tell', 'ask')
172172
@plugin.example('$nickname, tell dgw he broke it again.', user_help=True)
173+
@plugin.example('.ask ', 'ask whom?')
173174
@plugin.example('.tell ', 'tell whom?')
175+
@plugin.example('.ask @', 'ask whom?')
176+
@plugin.example('.tell @', 'tell whom?')
174177
@plugin.example('.ask Exirel ', 'ask Exirel what?')
178+
@plugin.example('.tell Exirel ', 'tell Exirel what?')
179+
@plugin.example('.ask @Exirel ', 'ask Exirel what?')
180+
@plugin.example('.tell @Exirel ', 'tell Exirel what?')
175181
def f_remind(bot, trigger):
176182
"""Give someone a message the next time they're seen"""
177183
teller = trigger.nick

0 commit comments

Comments
 (0)