Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 1fa80e8

Browse files
author
Zirak
committed
removed s/eye/thigh/, fixes #148
1 parent 6322793 commit 1fa80e8

File tree

3 files changed

+2
-42
lines changed

3 files changed

+2
-42
lines changed

master.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4183,27 +4183,6 @@ bot.addCommand({
41834183

41844184
}());
41854185

4186-
;
4187-
(function () {
4188-
4189-
var regexp = /eye(?=s|\b)/;
4190-
4191-
// #108
4192-
IO.register( 'input', function eyesThighs ( msgObj ) {
4193-
var hasEyes = regexp.test( msgObj.content );
4194-
4195-
if ( !hasEyes || msgObj.user_id === bot.adapter.user_id ) {
4196-
return;
4197-
}
4198-
4199-
var message =
4200-
IO.decodehtmlEntities( msgObj.content.replace(/eye/g, 'thigh') );
4201-
4202-
bot.adapter.out.add( message, msgObj.room_id );
4203-
});
4204-
4205-
})();
4206-
42074186
;
42084187

42094188
;

0 commit comments

Comments
 (0)