2 bug fixes, some new features, and Python 2.6 support#1
Open
eddawley wants to merge 7 commits intomattlong:masterfrom
Open
2 bug fixes, some new features, and Python 2.6 support#1eddawley wants to merge 7 commits intomattlong:masterfrom
eddawley wants to merge 7 commits intomattlong:masterfrom
Conversation
Updated log module to use the included dictconfig
/list Lists all the members of this chat /roll [#] Outputs a random number from 0 to max (default 100) ++ increments a counter for the text preceding the ++ -- decrements a counter for the test preceding the --
/help Lists all possible commands
…w found, cast to unicode string, and forwarded on.
Chatroom now keeps a history of the last 200 messages New command: /links Lists the last X number of links that have been posted
Owner
|
Thanks a lot for this! I'll try to get around to looking it over soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!
This is actually my first pull request so please bare with me. Also, I'm not a python dev so forgive the stylistic errors.
Hopefully, some of this will be useful. I'm trying to replace PartyChat with this server so some of this is just to achieve feature parity. I'm not sure how much else I will modify but you never know. If nothing else, pull the html relay fix as it's really useful. To test it, I was sending colored text via Adium.
Cheers.
Ed