Andrey Petrov
9a2d14066c
Removed dark names, dont color join mesages.
2014-12-14 22:51:22 -08:00
Peter Hellberg
86ee6f12c5
Removed type from declaration
...
(it will be inferred from the right-hand side)
2014-12-15 01:37:58 +01:00
Peter Hellberg
9c20251e9d
Merge remote-tracking branch 'upstream/master' into lint-fix
...
Conflicts:
client.go
colors.go
2014-12-15 01:30:38 +01:00
Peter Hellberg
ef2d54ebc8
Fix all lint issues (mainly ALL_CAPS and comments)
2014-12-15 01:12:19 +01:00
empathetic-alligator
d0ea3f2ca6
Added comments and /shutdown command.
2014-12-14 11:04:29 -05:00
empathetic-alligator
c88c30391d
Added /colors command to toggle coloring.
2014-12-14 03:11:59 -05:00
Ken Piper
fb5c2152cb
Make highlights stand out
...
Also re-fixed empty message check
No longer re-seeding the RNG on each call for colors
2014-12-13 17:42:43 -05:00
Andreas Renberg (IQAndreas)
6d8d533bed
Allow for 256 different colors for username colors
...
I have heard this should be fairly well supported, so I'm hoping these
colors will all show up nicely for everyone.
2014-12-13 06:38:52 -06:00
Andreas Renberg (IQAndreas)
46d00b3e55
Ugly hack which fixes two colors in a row
...
This is a horrible hack to "continue" the previous string color and
format after a RESET has been encountered.
This is not HTML where you can just do a </style> to resume your
previous formatting!
2014-12-13 04:01:37 -06:00
Andreas Renberg (IQAndreas)
7767f3e52b
Add basic terminal color support
...
Also added a little command to test color support. This will come in
handy!
2014-12-13 01:15:02 -06:00