Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Support color characters, even if Jabber clients don't seem to displa…
…y them (thanks to Florian Staudacher)(EJAB-1097)
  • Loading branch information
badlop committed Nov 9, 2009
1 parent 819e6ad commit 22adc1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ejabberd_ircd.erl
Expand Up @@ -813,6 +813,7 @@ filter_message(Msg) ->
lists:filter(
fun(C) ->
if (C < 32) and
(C /= 3) and
(C /= 9) and
(C /= 10) and
(C /= 13) ->
Expand Down

0 comments on commit 22adc1f

Please sign in to comment.