]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Improve support for MOTD escape codes.
authorPeter Powell <petpow@saberuk.com>
Thu, 29 Mar 2018 18:04:11 +0000 (19:04 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 22 Apr 2018 22:38:13 +0000 (23:38 +0100)
commit506344a903d3fa2fcb53f22a3a1c8174b1deb357
treed75dba71a58ec6c4e29290ee07d8b9c55f9ab080
parent6d1c1cb51753f986b86b408a5828373d0066624b
Improve support for MOTD escape codes.

- Implement escapes for italic, monospace, and strikethrough.
- Use the escape codes in the example MOTDs to demonstrate their
  formatting effects.
- Remove support for octal escape codes. In modern computing octal
  is rarely used and is confusing for users who might confuse it
  for decimal.
docs/conf/inspircd.conf.example
src/helperfuncs.cpp