mirror of https://github.com/calzoneman/sync.git
parent
7b11651e1e
commit
6ba6db1965
|
@ -45,7 +45,7 @@ var Channel = function(name) {
|
||||||
this.filters = [
|
this.filters = [
|
||||||
[new RegExp("`([^`]+)`", "g"), "<code>$1</code>", true],
|
[new RegExp("`([^`]+)`", "g"), "<code>$1</code>", true],
|
||||||
[new RegExp("\\*([^\\*]+)\\*", "g"), "<strong>$1</strong>", true],
|
[new RegExp("\\*([^\\*]+)\\*", "g"), "<strong>$1</strong>", true],
|
||||||
[new RegExp("_([^_]+)_", "g"), "<em>$1</em>", true]
|
[new RegExp(" _([^_]+)_", "g"), " <em>$1</em>", true]
|
||||||
];
|
];
|
||||||
|
|
||||||
this.ipbans = {};
|
this.ipbans = {};
|
||||||
|
|
Loading…
Reference in New Issue