Skip to content

Commit d6a98be

Browse files
committed
Bots: Allow wikipedia bot to accept empty messages.
1 parent ea34013 commit d6a98be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zulip_bots/zulip_bots/bots/wikipedia/wikipedia.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class WikipediaHandler(object):
1818
kind of external issue tracker as well.
1919
'''
2020

21+
ACCEPT_EMPTY_MESSAGES = 1
22+
2123
def usage(self):
2224
return '''
2325
This plugin will allow users to directly search

0 commit comments

Comments
 (0)