diff options
author | terminaldweller <thabogre@gmail.com> | 2021-05-26 19:00:46 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-05-26 19:00:46 +0000 |
commit | 9bb49d1352c970f666cbf44b0eec11817b2ccb4f (patch) | |
tree | 2173d672774aa6710e65a80c7ea2764be63e12c0 /irssi/startup | |
parent | merge (diff) | |
download | scripts-9bb49d1352c970f666cbf44b0eec11817b2ccb4f.tar.gz scripts-9bb49d1352c970f666cbf44b0eec11817b2ccb4f.zip |
fixed the w3m script problems. now using exa. some other small stuff
Diffstat (limited to 'irssi/startup')
-rw-r--r-- | irssi/startup | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/irssi/startup b/irssi/startup index e18f450..c09f401 100644 --- a/irssi/startup +++ b/irssi/startup @@ -1,11 +1,11 @@ -/load proxy -/SET use_proxy ON -/SET proxy_address 192.168.1.108 -/SET proxy_port 3128 -/SET -clear proxy_string -/SET proxy_string_after conn %s %d -/EVAL SET proxy_string CONNECT %s:%d HTTP/1.0\n\n -/SET -clear proxy_password +/* /load proxy */ +/* /SET use_proxy ON */ +/* /SET proxy_address 192.168.1.108 */ +/* /SET proxy_port 3128 */ +/* /SET -clear proxy_string */ +/* /SET proxy_string_after conn %s %d */ +/* /EVAL SET proxy_string CONNECT %s:%d HTTP/1.0\n\n */ +/* /SET -clear proxy_password */ -/connect irc.freenode.net -/connect OFTC +/connect irc.oftc.net +/connect irc.libera.chat |