History for path /irc_replies.py
2022-02-27 E. Bosch irc: Add service/control user (TelegramServ), by now without functions
2022-02-20 E. Bosch Add copyright headers/notices
2022-02-12 E. Bosch irc: Improve MODE command hanlder
2022-02-05 E. Bosch Add Telegram display name to WHOIS for self user (me)
2022-02-04 E. Bosch irc: Handle messages to inexistent users and to users in other IRC
2021-11-24 E. Bosch irc: Add LIST command
2021-11-17 E. Bosch irc: add USERHOST command
2021-03-31 E. Bosch irc: Add PART command
2021-03-04 E. Bosch irc: Add MODE command
2021-02-21 E. Bosch irc: Add VERSION command
2021-02-14 E. Bosch irc: Add error reply when there is a command not allowed when not registered
2021-02-12 E. Bosch irc: Fix JOIN command
2021-02-07 E. Bosch irc: Add WHOIS command
2021-02-06 E. Bosch irc: Fix some reply types of codes from int to str
2021-02-05 E. Bosch irc: Add WHO command
2021-01-31 E. Bosch irc: Improve reply function
2021-01-27 E. Bosch irc: Add registration handling of new connections
2021-01-25 E. Bosch irc: Correct RPL_MYINFO message
2021-01-24 E. Bosch irc: Correct RPL_YOURHOST message
2021-01-24 E. Bosch irc: Improve parsing of IRC commands