Make !refreshdb reply with "Done."

This commit is contained in:
nyuszika7h 2016-07-26 23:26:39 +02:00
parent 73f99b4ae4
commit 0caaba9152

View File

@ -453,6 +453,7 @@ def sync_modes(cli):
def refreshdb(cli, nick, chan, rest): def refreshdb(cli, nick, chan, rest):
"""Updates our tracking vars to the current db state.""" """Updates our tracking vars to the current db state."""
db.init_vars() db.init_vars()
reply(cli, nick, chan, "Done.")
@cmd("fdie", "fbye", flag="D", pm=True) @cmd("fdie", "fbye", flag="D", pm=True)
def forced_exit(cli, nick, chan, rest): def forced_exit(cli, nick, chan, rest):