irc: Minor optimization in command parser
patch 96012123940ebb5a2671eb761cfd6540e18761a2
Author: E. Bosch <presidev@AT@gmail.com>
Date: Sun Feb 14 01:02:09 CET 2021
* irc: Minor optimization in command parser
hunk ./irc.py 66
- matched = False
hunk ./irc.py 70
- matched = True
hunk ./irc.py 82
-
- if not matched and user.registered:
+ break
+
+ if not matches and user.registered: