| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Changes the matching regex to grab arbitrary text between ()
for giving (or taking away) karma. Still supports single words
followed by ++/--, including usernames, and strips "," or ":"
characters from the end if a single-word match.
ex. (some sentence to give karma to)++ -> "[Karma] some sentence to give
karma to now has 1 karma"
ex. ngp:++ -> "[Karma] ngp now has 200 karma"
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
closes #117
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(karma.py)
|
| | |
|
| |
|
|
| |
in the code has to know about the server having a casemapping
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
references.
|
| | |
|
| |
|
|
| |
related functionality
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
karma-nickname-only mode
|
| |
|
|
| |
channel
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
event when it's done, change karma.py to use PRIORITY_MONITOR
|
| |
|
|
| |
facilitate things like !set and !channelset without using the events system
|