Bug 121943

Summary: konversation auto-reconnects when intentionally disconnected using dcop
Product: [Applications] konversation Reporter: Will Stephenson <wstephenson>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Will Stephenson 2006-02-14 09:47:21 UTC
Version:           0.19 (using KDE KDE 3.5.1)
Installed from:    SuSE RPMs

[09:10] --> will_ has joined this channel. (n=will@p54944C52.dip.t-dialin.net)
[09:14] <-- will_ has left this server. ()
[09:15] <Bille> /dcop --user will --session .DCOPserver_emsig__0 konversation Konversation raw irc.eu.freenode.org /quit
[09:15] <Bille> ^ rules when you forgot to log off at home
[09:15] --> will_ has joined this channel. (n=will@p54944C52.dip.t-dialin.net)
[09:15] <Bille> bah.

I wanted to cleanly disconnect a remote machine from IRC that I had forgotten to log out of, so I did 

/dcop --user will --session .DCOPserver_emsig__0 konversation Konversation raw irc.eu.freenode.org /quit

This disconnected me, but a few seconds later the auto-reconnect must have kicked in, because my user came back.  pkill konversation worked though ;)
Comment 1 argonel 2006-02-16 18:07:35 UTC
I do not believe this to be a bug.  You have stuffed a command into the outbound queue, which is not intended to be filtered nor monitored.

There is a proper quit method on MainApplication-Interface which would be better used to quit the application.
Comment 2 Eike Hein 2006-06-26 03:28:08 UTC
I agree with Eli on this one.