Skip to content

Commit

Permalink
commented out the handler for git add main.py aq
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Nov 28, 2021
1 parent fb99d43 commit 2cebb4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,10 @@ def maybe_quotes(self, str_incoming_line, sent_by, commLineName):
if self.grantCommand(sent_by, commLineName):
self.print_quote(tok1)
return True
if cmd == "!!aq":
if self.grantCommand(sent_by, commLineName):
self.add_quote(tok1, commLineName)
return True
#if cmd == "!!aq":
# if self.grantCommand(sent_by, commLineName):
# self.add_quote(tok1, commLineName)
# return True
return False

def help_make_choice(self, message):
Expand Down

0 comments on commit 2cebb4d

Please sign in to comment.