servers = ( { address = "irc.ham.de.euirc.net"; chatnet = "euirc"; port = "6667"; autoconnect = "yes"; }, { address = "irc.fu-berlin.de"; chatnet = "ircnet"; port = "6667"; autoconnect = "yes"; }, { address = "vinge.freenode.net"; chatnet = "freenode"; port = "6667"; autoconnect = "yes"; } ); chatnets = { ircnet = { type = "IRC"; autosendcmd = "/nick pygospa; wait -ircnet 2000"; }; euirc = { type = "IRC"; autosendcmd = "/^msg nickserv identify ; wait -euirc 2000"; }; freenode = { type = "IRC"; autosendcmd = "/^msg nickserv identify ; wait -euirc 2000"; }; }; channels = ( { name = "#buha"; chatnet = "euirc"; autojoin = "Yes"; }, { name = "#linuxeinsteiger"; chatnet = "euirc"; autojoin = "Yes"; }, { name = "#blackboard"; chatnet = "euirc"; autojoin = "Yes"; }, { name = "#ccc"; chatnet = "ircnet"; autojoin = "Yes"; }, { name = "#team.bb"; chatnet = "euirc"; autojoin = "Yes"; }, { name = "#hhlug"; chatnet = "ircnet"; autojoin = "Yes"; }, { name = "#irssi.de"; chatnet = "ircnet"; autojoin = "Yes"; }, { name = "#centericq"; chatnet = "freenode"; autojoin = "Yes"; }, { name = "#bb-announce"; chatnet = "euirc"; autojoin = "Yes"; } ); aliases = { J = "join"; WQUERY = "query -window"; DESCRIBE = "action"; DATE = "time"; HOST = "userhost"; LAST = "lastlog"; SAY = "msg *"; KN = "knockout"; SB = "scrollback"; UMODE = "mode $N"; WC = "window close"; WN = "window new hide"; SV = "say Irssi $J ($V) - http://irssi.org/"; GOTO = "sb goto"; RUN = "SCRIPT LOAD"; UPTIME = "eval exec - expr `date +%s` - \\$F | awk '{print \"Irssi uptime: \"int(\\\\\\$1/3600/24)\"d \"int(\\\\\\$1/3600%24)\"h \"int(\\\\\\$1/60%60)\"m \"int(\\\\\\$1%60)\"s\" }'"; CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi"; SBAR = "STATUSBAR"; INVITELIST = "mode $C +I"; meta = "msg $C $0: http://de.wikipedia.org/wiki/Metafrage"; dumm = "msg $C $0: http://www.strcat.de/rtfm/dumfr.html#dumm"; dummtss = "msg $C $0: http://pipboy2002.mine.nu/humor/6thsense.jpg"; rtfm = "msg $C $0: http://www.strcat.de/rtfm/"; suse = "msg $C $0: http://www.novell.com/documentation/#o <-- Da findest du alle SuSE Handbücher online"; debian = "msg $C $0: http://debiananwenderhandbuch.de/ <-- Das offizielle Deiban Anwwender Handbuch"; gentoo = "msg $C $0: http://www.gentoo.org/doc/de/handbook/handbook-x86.xml <-- Das Gentoo Handbuch für x86 Architekturen"; google = "msg $C $0: http://www.google.de"; googlets = "msg $C $0: http://www.michael-prokop.at/google.png"; LISTSCRIPTS = "script exec foreach \\$s (sort grep(s/::\\$//, keys %Irssi::Script::)) {\\$a .= \"\\$s \"\\;}\\; Irssi::active_win->command(\"echo \\$a\")\\;"; whois = "whois $0 $0"; hp = "msg $C $0: http://bytebreaker.by.funpic.de/ <-- Meine Homepage"; p = "part $C ..:: $N used Irssi $J to connect to $C@$tag || http://bytebreaker.funpic.de || C'ya ::.. "; q = "quit ..:: $N used Irssi $J to connect to $C@$tag || http://bytebreaker.funpic.de || C'ya ::.. "; leet = "msg $C $0: http://www.microsoft.com/athome/security/children/kidtalk.mspx"; interesse = "msg $C $0: http://www.wayne-interessierts.de/"; }; statusbar = { # formats: # when using {templates}, the template is shown only if it's argument isn't # empty unless no argument is given. for example {sb} is printed always, # but {sb $T} is printed only if $T isn't empty. items = { # start/end text in statusbars barstart = "{sbstart}"; barend = "{sbend}"; topicbarstart = "{topicsbstart}"; topicbarend = "{topicsbend}"; # treated "normally", you could change the time/user name to whatever time = "{sb $Z}"; user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}"; # treated specially .. window is printed with non-empty windows, # window_empty is printed with empty windows window = "{sb $winref:$itemname{sbmode $M}}"; window_empty = "{sb $winref{sbservertag $tag}}"; prompt = "{prompt $[.15]itemname}"; prompt_empty = "{prompt $winname}"; topic = " $topic"; topic_empty = "<- (¯`·._ Eisdrache _.·'¯) -> ..:: designed and configurated by Kannan 'pygospa' Thambiah ::.. <- (¯`·._ Eisdrache _.·'¯) ->"; # all of these treated specially, they're only displayed when needed lag = "{sb Lag: $0-}"; act = "{sb Act: $0-}"; more = "-- more --"; }; # there's two type of statusbars. root statusbars are either at the top # of the screen or at the bottom of the screen. window statusbars are at # the top/bottom of each split window in screen. default = { # the "default statusbar" to be displayed at the bottom of the window. # contains all the normal items. window = { disabled = "no"; # window, root type = "window"; # top, bottom placement = "bottom"; # number position = "1"; # active, inactive, always visible = "active"; # list of items in statusbar in the display order items = { barstart = { priority = "100"; }; time = { }; user = { }; window = { }; window_empty = { }; lag = { priority = "-1"; }; act = { priority = "10"; }; more = { priority = "-1"; alignment = "right"; }; barend = { priority = "100"; alignment = "right"; }; }; }; # statusbar to use in inactive split windows window_inact = { type = "window"; placement = "bottom"; position = "1"; visible = "inactive"; items = { barstart = { priority = "100"; }; window = { }; window_empty = { }; more = { priority = "-1"; alignment = "right"; }; barend = { priority = "100"; alignment = "right"; }; }; }; # we treat input line as yet another statusbar :) It's possible to # add other items before or after the input line item. prompt = { type = "root"; placement = "bottom"; # we want to be at the bottom always position = "100"; visible = "always"; items = { prompt = { priority = "-1"; }; prompt_empty = { priority = "-1"; }; # treated specially, this is the real input line. input = { priority = "10"; }; }; }; # topicbar topic = { type = "root"; placement = "top"; position = "1"; visible = "always"; items = { topicbarstart = { priority = "100"; }; topic = { }; topic_empty = { }; topicbarend = { priority = "100"; alignment = "right"; }; }; }; }; }; settings = { core = { real_name = "Kannan T."; user_name = "pygospa"; nick = "PygoscelisPapua"; timestamp_format = "%H:%M:%S"; awaylog_file = "~/.irssi/logs/away.log"; log_open_string = " ..:: Opening Log on %a, %b %d, %Y at %Z [%z] ::.."; log_close_string = " ..:: Closing Log on %a, %b %d, %Y at %Z [%z] ::.."; log_day_changed = "--> ..:: Day chaged to %a, %b %d, %Y ::.. <--"; log_timestamp = " |%H:%M:%S| "; }; "irc/core" = { alternate_nick = "TheRealPygo"; ctcp_userinfo_reply = "So afraid to ask me directly?"; ctcp_version_reply = "I'm using Irssi $J running on a $sysrelease powered $sysarch - so how abaout you?"; }; "perl/core/scripts" = { trackbar_style = "%c"; trackbar_string = "- "; }; "fe-common/core" = { autocreate_own_query = "no"; autolog_path = "~/.irssi/logs/$tag/$0_%Y-%m.log"; autolog = "yes"; }; "fe-common/irc" = { show_away_once = "no"; }; }; logs = { }; windows = { 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; 2 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#buha"; tag = "euirc"; } ); }; 3 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#linuxeinsteiger"; tag = "euirc"; } ); }; 4 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#blackboard"; tag = "euirc"; } ); }; 5 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#ccc"; tag = "ircnet"; } ); }; 6 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#team.bb"; tag = "euirc"; } ); }; 7 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#hhlug"; tag = "ircnet"; } ); }; 8 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#irssi.de"; tag = "ircnet"; } ); }; 9 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#centericq"; tag = "freenode"; } ); }; 10 = { items = ( { type = "CHANNEL"; chat_type = "IRC"; name = "#bb-announce"; tag = "euirc"; } ); }; }; mainwindows = { 1 = { first_line = "1"; lines = "22"; }; }; ignores = ( { mask = "SeeleBot"; level = "ALL"; } );