logo

scripts

A bunch of scripts, some to be moved to their own repository
commit: dae9223b8ce394bd8fc01cf2141c3a42a3a5be72
parent: 75dc116178f2db16998a7439f4f724ebd8eddee6
Author: lanodan <lanodan.delta@free.fr>
Date:   Sun, 30 Mar 2014 21:34:54 +0200

Add some comments

Diffstat:

M.irssi/config8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.irssi/config b/.irssi/config @@ -12,7 +12,7 @@ settings = { autolog = "yes"; autolog_level = "all -MSGS"; autoclose_windows = "yes"; - reuse_unused_windows = "no"; + reuse_unused_windows = "no"; #Prevent choas in irssi windows when a server goes down }; }; servers = ( @@ -101,9 +101,9 @@ completions = { em = { value = "lanodan.delta@free.fr"; auto = "no"; }; lmgtfy = { value = "http://lmgtfy.com/?q="; auto = "yes"; }; twtr = { value = "@lanodan"; auto = "no"; }; - web = { value = "http://bit.ly/lanodan"; auto = "no"; };<br>}; + web = { value = "http://bit.ly/lanodan"; auto = "no"; }; }; logs = { }; -statusbar = { +statusbar = { #Put the prompt and statusbar with the windows default = { prompt = { visible = "active"; type = "window"; position = "2"; }; window = { @@ -131,7 +131,7 @@ hilights = ( { text = "haelwenn"; nick = "yes"; word = "yes"; color = "%R"; } ); aliases = { - wc = "part"; + wc = "part"; #This is a bit shitty op_kisune = "^msg chanserv op #Kisune $N"; deop_kisune = "^msg chanserv deop #Kisune $N"; feyris = "^msg feyris-nyannyan";