mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
~w
This commit is contained in:
parent
84f8e7a151
commit
40e20f06b0
@ -70,7 +70,7 @@ var wikipedia = function(dbot) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
this.commands['~lol'].regex = [/^lol ([\d\w\s-]*)/, 2];
|
this.commands['~lol'].regex = [/^lol ([\d\w\s-]*)/, 2];
|
||||||
this.commands['~wikipedia'].regex = [/^wikipedia (.+)/, 2];
|
this.commands['~w'].regex = [/^w (.+)/, 2];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user