Both '/server <server name>' (for both known servers, i.e. servers in the server list, and unknown servers) and '/server <network name>' currently fail to successfully establish a connection, as the port used always ends up being '0'.
SVN commit 967701 by hein: Fix /server and other means of making a connection. Should get us back to 1.1 behavior. BUG:192503 M +3 -3 application.cpp M +2 -2 connectionmanager.cpp M +1 -1 connectionmanager.h M +1 -1 dbus.cpp M +1 -1 dbus.h M +2 -3 irc/outputfilter.cpp M +1 -1 irc/outputfilter.h M +2 -2 irc/server.cpp M +1 -1 quickconnectdialog.cpp M +1 -1 quickconnectdialog.h M +1 -0 scriptlauncher.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=967701