Closed
Bug 456927
Opened 16 years ago
Closed 16 years ago
Infobot module 'tell' command is case sensitive
Categories
(Webtools Graveyard :: Mozbot, defect, P2)
Webtools Graveyard
Mozbot
Tracking
(Not tracked)
RESOLVED
FIXED
2.6
People
(Reporter: tmhikaru, Assigned: tmhikaru)
Details
(Whiteboard: [has-patch])
Attachments
(1 file)
863 bytes,
patch
|
wolf
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16
Build Identifier: cvs head (2007-12-24 03:56)
If you have the Infobot module loaded and tell the bot to talk to itself with a different case than the bot has for its nickname, it will talk to itself:
with the bot name of 'Grunt' and doing this:
grunt: tell Grunt about foo
it will correctly NOT talk to itself.
With the bot name of 'Grunt' and doing this:
grunt: tell grunt about foo
it WILL talk to itself. Endlessly.
Reproducible: Always
Steps to Reproduce:
1.bot name of 'Grunt'
2.grunt: tell grunt about foo
3.bot will be talking to itself.
4.this problem is case sensitive.
Actual Results:
[00:23:55] <Hikaru> Grunt: tell grunt about hikaru
[00:23:57] <Grunt> Hikaru: told grunt
(It talks to itself endlessly in privmsgs according to logfiles after this)
Expected Results:
[00:28:31] <Hikaru> Grunt: tell grunt about hikaru
[00:28:32] <Grunt> Hikaru: Oh, yeah, great idea, get me to talk to myself.
(Obviously it shouldn't talk to itself endlessly in privmsg, either.)
patch to fix the case sensitivity problem with the Infobot module's tell command
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
Whiteboard: [has-attachment]
Updated•16 years ago
|
Attachment #340287 -
Flags: review+
Updated•16 years ago
|
Severity: normal → minor
OS: Linux → All
Priority: -- → P2
Hardware: PC → All
Whiteboard: [has-attachment] → [has-patch]
Target Milestone: --- → 2.6
Comment 2•16 years ago
|
||
Checking in BotModules/Infobot.bm;
/cvsroot/mozilla/webtools/mozbot/BotModules/Infobot.bm,v <-- Infobot.bm
new revision: 1.19; previous revision: 1.18
done
Assignee: nobody → tmhikaru
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•