Modify ↓
Opened at 2006-04-04T11:10:17Z
Closed at 2006-05-21T22:53:11Z
#130 closed defect (fixed)
Weirdness in command splitting code
Reported by: | wilmer | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.0.3 |
Component: | BitlBee | Version: | 1.0.1 |
Keywords: | parse error | Cc: | |
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
13:03:07 234567890| wilmer: hey 13:03:23 wilmer| info 234567890 13:03:23 @ root| Invalid account 13:03:34 wilmer| info 234567890 13:03:34 @ root| oscar - User Info ...
The info-command has a space at the end, which probably somehow results in an empty second argument to cmd_info(). Have to find out why this happens.
And yes, sometimes I just like to submit bug reports for my own project. ;-)
Attachments (0)
Change History (2)
comment:1 Changed at 2006-05-05T16:18:19Z by
Milestone: | → 1.0.3 |
---|
comment:2 Changed at 2006-05-21T22:53:11Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by [176]. Nasty bug in the command splitter. :-(
Note: See
TracTickets for help on using
tickets.
Still didn't check this out...