File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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?' )
175181def f_remind (bot , trigger ):
176182 """Give someone a message the next time they're seen"""
177183 teller = trigger .nick
You can’t perform that action at this time.
0 commit comments