Skip to content

Commit 400613e

Browse files
author
dafoxia
committed
spaces
1 parent d6d6904 commit 400613e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/mpd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def handle_chat(msg,message)
623623
if message == 'update'
624624
@@bot[:mpd].update
625625
privatemessage("Running database update...")
626-
while @@bot[:mpd].status[:updating_db] != nil do
626+
while @@bot[:mpd].status[:updating_db] != nil do
627627
sleep 0.5
628628
end
629629
privatemessage("Done.")

0 commit comments

Comments
 (0)