Example #1
0
		this.bot.on('pm', function (by, msg) {
			this.parser.parse(msg, null, by);
		}.bind(this));
Example #2
0
		this.bot.on('userchat', function (room, time, by, msg) {
			this.parser.parse(msg, room, by);
		}.bind(this));