Bug 136847 - Using onotice in konversation ends up cutting off all but the first word in the notice.
Summary: Using onotice in konversation ends up cutting off all but the first word in t...
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-04 21:55 UTC by Alexis Brito
Modified: 2006-11-04 23:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Brito 2006-11-04 21:55:03 UTC
Version:           0.19 #3100 (using KDE 3.5.2, Gentoo)
Compiler:          gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
OS:                Linux (i686) release 2.6.16-gentoo-r13

Konversation only accepts the first word of an /onotice command, I would guess it is an easy fix for someone who knows the code, if someone doesn't want to patch it, but knows where to start (files, functions) I would be more than greatful for such an answer (and given some time, I will submit a patch for it)

currently, the /omsg command works, and I would guess there is a problem with the string parsing for /onotice (unless this is a feature, not a bug)

To test, get in a channel you have ops and type /onotice test message.   if you have another computer in the channel, you will see it only sends 'test'.
Comment 1 Peter Simonsson 2006-11-04 23:58:33 UTC
Fixed in svn trunk, rev 601995
Thanks for the report.