Age | Commit message (Collapse) | Author |
|
This reverts commit e3b91475ffd7c1c76868964614f66060ba9e3a85.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #2436
|
|
|
|
|
|
|
|
|
|
|
|
The number of arguments is not always the same
|
|
|
|
|
|
|
|
Also remove the duplicate send_self_join methods, user only send_user_join
|
|
CHANMODES and PREFIX only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By fixing a namespace when looking for an XML element containing that message
|
|
|
|
By removing invalid chars, see http://www.w3.org/TR/xml/#charsets
|
|
|
|
|
|
|
|
The included man page is now generated from this markdown file, using ronn
|
|
|
|
|
|
|
|
|
|
The limit for the whole message is 512 bytes, we limit the body to 400
(instead of doing a calculation based on the command name and the other
parameters), because it's simple, easy and that’s enough.
fixes #2416
|
|
|
|
|
|
|
|
|
|
|
|
|