Age | Commit message (Collapse) | Author |
|
|
|
Conflicts:
src/theming.py
src/windows.py
|
|
chatstate and status!
|
|
|
|
way to express colors in messages.
|
|
|
|
|
|
And also fix some issues, like the split of the exec_command arguments.
And the doc for the plugin, too.
|
|
|
|
|
|
fixed #2308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #2074
|
|
Fixed #2039.
|
|
|
|
chatstate and status!
|
|
|
|
way to express colors in messages.
|
|
|
|
|
|
And also fix some issues, like the split of the exec_command arguments.
And the doc for the plugin, too.
|
|
|
|
|
|
fixed #2308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
option to make /recolor choose random colors for others’ nicks.
|
|
fixes #2302
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don’t know why I broke that…
|
|
This avoids looping over each char we are pasting, making it
a lot faster (actually, should be instant).
|
|
Avoiding, for example, nickname completions when pasting a text containing
the \t char. Also, pasting is a little because it doesn’t search an associated
command for each pasted char. AWESOME.
|
|
|
|
|