Implementation for channel mode change 'l' (channel user limit).
Additionally, there exists a bug in the irc-api library that cuts off
the first character of the source IRC user. This has also been fixed,
and a patch has been included in the NOTICES file.
The IRC-API library is currently a snapshot version from VCS on https://code.google.com/p/irc-api.
The IRC-API library is currently a snapshot version from VCS on https://code.google.com/p/irc-api.
Additionally, one modification has been made to prevent joining large IRC channels to result in an occasional threading issue when adding users. The diff for the modification:
Additionally:
1. one modification has been made to prevent joining large IRC channels to result in an occasional threading issue when adding users. The diff for the modification:
2. a modification has been made to fix an incorrect cut off of the first character of user names in channel mode change instances.