Bug 136847

Summary: Using onotice in konversation ends up cutting off all but the first word in the notice.
Product: [Applications] konversation Reporter: Alexis Brito <britoa>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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.