irc: simplify IRC username conversion
patch bde05b3fbfa6558d64cd0c534e3a5c9dbc83785f
Author: E. Bosch <presidev@AT@gmail.com>
Date: Wed Feb 10 19:55:02 CET 2021
* irc: simplify IRC username conversion
hunk ./irc.py 323
- self.irc_username = str(username) if type(username) is int else username
+ self.irc_username = str(username)