Fixes
This commit is contained in:
parent
7a69248f19
commit
472d0c103a
@ -32,7 +32,7 @@
|
|||||||
weechat -P "alias,buflist,charset,exec,fifo,fset,irc,logger,perl,python,relay,script,trigger,typing" -r "/set weechat.plugin.autoload alias,buflist,charset,exec,fifo,fset,irc,logger,perl,python,relay,script,trigger,typing;/save;/quit"
|
weechat -P "alias,buflist,charset,exec,fifo,fset,irc,logger,perl,python,relay,script,trigger,typing" -r "/set weechat.plugin.autoload alias,buflist,charset,exec,fifo,fset,irc,logger,perl,python,relay,script,trigger,typing;/save;/quit"
|
||||||
rm $HOME/.weechat/weechat.log && chmod 700 $HOME/.weechat && mkdir $HOME/.weechat/ssl
|
rm $HOME/.weechat/weechat.log && chmod 700 $HOME/.weechat && mkdir $HOME/.weechat/ssl
|
||||||
git clone --depth 1 https://github.com/acidvegas/weechat.git $HOME/weechat
|
git clone --depth 1 https://github.com/acidvegas/weechat.git $HOME/weechat
|
||||||
mv $HOM E/weechat/alias.conf $HOME/.weechat/alias.conf && mv $HOME/weechat/scripts/perl/*.pl $HOME/.weechat/perl/autoload/ && mv $HOME/weechat/scripts/python/*.py $HOME/.weechat/python/autoload/
|
mv $HOME/weechat/alias.conf $HOME/.weechat/alias.conf && mv $HOME/weechat/scripts/perl/*.pl $HOME/.weechat/perl/autoload/ && mv $HOME/weechat/scripts/python/*.py $HOME/.weechat/python/autoload/
|
||||||
mkdir $HOME/.weechat/logs
|
mkdir $HOME/.weechat/logs
|
||||||
openssl req -x509 -new -newkey rsa:4096 -sha256 -days 3650 -out $HOME/.weechat/ssl/cert.pem -keyout $HOME/.weechat/ssl/cert.pem
|
openssl req -x509 -new -newkey rsa:4096 -sha256 -days 3650 -out $HOME/.weechat/ssl/cert.pem -keyout $HOME/.weechat/ssl/cert.pem
|
||||||
chmod 400 $HOME/.weechat/ssl/cert.pem
|
chmod 400 $HOME/.weechat/ssl/cert.pem
|
||||||
|
@ -13,7 +13,7 @@ def timer_cb(data, remaining_calls):
|
|||||||
while '%n' in msg:
|
while '%n' in msg:
|
||||||
msg = msg.replace('%n', nicks[0], 1)
|
msg = msg.replace('%n', nicks[0], 1)
|
||||||
nicks.pop(0)
|
nicks.pop(0)
|
||||||
weechat.command(chan, msg))
|
weechat.command(chan, msg)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
Reference in New Issue
Block a user