Skip to content

Commit

Permalink
I found 'System message: ' was not being sent by hipchat, and updated…
Browse files Browse the repository at this point in the history
… the my-reformat-jabber-backlog function accordingly.
  • Loading branch information
greenhat authored and kensanata committed Jun 2, 2014
1 parent 9da9c50 commit 5aa7448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BitlBee
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The following elisp reformats them more legibly in ERC:
(save-excursion
(goto-char (point-min))
(if (looking-at
"^<root> System message: Message from unknown participant \\([^:]+\\):")
"^<root> Message from unknown participant \\([^:]+\\):")
(replace-match "<\\1>"))))
(add-hook 'erc-insert-modify-hook 'my-reformat-jabber-backlog)

Expand Down

0 comments on commit 5aa7448

Please sign in to comment.