From: Marcus Eggenberger Date: Wed, 11 Mar 2009 01:01:19 +0000 (+0100) Subject: Dropping --migrate-backend option and adding --add-user option to the core. X-Git-Tag: 0.5-rc1~314 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=9bf0c85ec4cc3b2b52a17465e2991ee5ea73f396;hp=9bf0c85ec4cc3b2b52a17465e2991ee5ea73f396;ds=sidebyside Dropping --migrate-backend option and adding --add-user option to the core. --select-backend supersedes --migrate-backend now as it switches your backend, merges the old to thew new backend (if supported by both backends and the new backend was found uninitialized). Otherwise prompt for credentials to add a new user. You can now also use the --add-user option at any time to add a core user. ---