summaryrefslogtreecommitdiff
path: root/miniirc_idc.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-07Parse NOTICE and ACTIONluk3yx1-11/+13
2022-05-07Process JOIN eventsluk3yx1-5/+51
2022-05-07Fix CHANMSG and don't swallow exceptionsluk3yx1-3/+11
2022-05-07IDC channels don't have a leading #luk3yx1-3/+8
2022-05-06Tweak PONG responseluk3yx1-1/+1
2022-05-06Fix escapingluk3yx1-1/+1
2022-05-06Don't handle echo messages if echo-message wasn't requestedluk3yx1-1/+6
2022-05-06Fix 001 sendingluk3yx1-1/+1
2022-05-06USER → LOGINluk3yx1-1/+2
2022-05-06Use collections.abc.Mapping where possibleluk3yx1-4/+4
2022-05-06Use = instead of : and make mypy happyluk3yx1-7/+8
2022-05-02Fix stupidityluk3yx1-1/+1