irc: Fix some reply types of codes from int to str
patch f4cc7576a468f3c1edcd37d3f1992cb86fc1c1c8
Author: E. Bosch <presidev@AT@gmail.com>
Date: Sat Feb 6 01:07:48 CET 2021
* irc: Fix some reply types of codes from int to str
hunk ./irc_replies.py 10
- 'RPL_WHOREPLY': (352, '{} {} {} {} {} H{} :0 {}'),
+ 'RPL_WHOREPLY': ('352', '{} {} {} {} {} H{} :0 {}'),
hunk ./irc_replies.py 13
- 'RPL_ENDOFMOTD': (376, 'End of MOTD command'),
+ 'RPL_ENDOFMOTD': ('376', 'End of MOTD command'),