diff options
| author | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-05-11 10:45:20 +0200 |
|---|---|---|
| committer | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-05-11 10:45:20 +0200 |
| commit | 7690e3473629714771dceedc1e787e9f70f12d28 (patch) | |
| tree | e84c0cf7e4fb74540faf67abaa565e07b54e9062 /scripts | |
| parent | 78e12cee5106bb0c706a3d17c91a189b54d2cde4 (diff) | |
evilupdate: wait 5 seconds for changing irc channel topic
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/evilupdate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/evilupdate b/scripts/evilupdate index fae4fcc..eba6ee1 100755 --- a/scripts/evilupdate +++ b/scripts/evilupdate @@ -79,6 +79,7 @@ evilupdate-irc-topic nil t))) (erc-quit-server "") + (sleep-for 5) (evilupdate-done))) (erc-join-channel evilupdate-irc-channel) (evilupdate-wait)) |
