1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
# Third Eye - default assigns, basic sets and whatnot
set input_prompt $inputbord\[$ccl$inputmid${C?C:Q?Q:N}$inputbord\]$ccl
set status_does_expandos on
set status_away :away
set status_channel $statchan$(statback)%C
set status_chanop $statat$(statback)@
set status_clock $stattime$(statback)%T
set status_nick $statnick$(statback)%N
set status_hold *MORE*
set status_mode $statfor$statback\($statmode$statback\+%+$statfor$statback)
set status_mail M:%M
set status_notify A:%F
set status_overwrite (overwrite)
set status_query Q:%Q
set status_umode $statfor$statback\($statmode$statback\+%#$statfor$statback\)
set status_user [lag:$lag\]
set status_window ^
set status_format $statfor$statback\[TE\] \(%T%A$statfor$statback\) %*%@%N %#%H%B%Q %C %+$statfor$(statback)%I%O%M%F %W%> %U$ccl
@ windub = 0
@ windubs(OFF)
@ pubchan = cbold ## c1
@ pubborders = cbold ## c0
@ pubnick = cnorm ## c7
@ pubnickhi = cbold ## c7
@ spub = cnorm ## c7
@ spubbord = cnorm ## c1
@ nick = cbold ## c7
@ nborders = cbold ## c0
@ userhost = cnorm ## c3
@ chan = cnorm ## c3
@ nlops = c2
@ nlvoice = c3
@ nlpleeb = cbold ## c1
@ actcol = cbold ## c2
@ mbord1 = cbold ## c0
@ mbord2 = cbold ## c0
@ mbord3 = cbold ## c2
@ mtxt = cnorm ## c2
@ mnick1 = cnorm ## c7
@ mnick2 = cbold ## c2
@ muhost = cnorm ## c2
@ dbord = cbold ## c0
@ dtxt = cnorm ## c1
@ dbord2 = cbold ## c1
@ dnick1 = ccl
@ dnick2 = cnorm ## c5
@ dbord3 = cbold ## c5
@ nbord = cbold ## c0
@ nnick = cbold ## c4
@ nuhost = cnorm ## c4
@ nnick2 = ccl
@ nbord3 = cbold ## c4
@ ecol[1] = cnorm ## c3
@ ecol[2] = cbold ## c3
@ ecol[3] = cnorm ## c3
@ wallcol = c3
@ e2col[1] = c3
@ e2col[2] = c3
@ e2col[3] = cbold ## c3
@ n1col[1] = cbold ## c0
@ n1col[2] = cbold ## c0
@ n1col[3] = cnorm ## c7
@ n2col[1] = cbold ## c0
@ n2col[2] = cbold ## c0
@ n2col[3] = cnorm ## c7
@ statback = cb1
@ statat = cbold ## c7
@ statfor = cbold ## c7
@ stattime = c7
@ statnick = cbold ## c7
@ statmode = cbold ## c7
@ statchan = cbold ## c7
@ dccbord = cbold ## c0
@ dccbordmid = cbold ## c0
@ dccnick = c3
@ dcctype = cbold ## c7
@ dccfsize = cbold ## c7
@ dccfname = cbold ## c7
@ dccstats = cbold ## c7
@ inputbord = cbold ## c0
@ inputmid = c7
@ clearcol = cnorm
@ tsbord = cbold ## c0
@ tsmid = cnorm ## c7
@ echotepf = [***]
@ echote1pf = [.x\(]
@ echote2pf = [\:%\(]
@ names1pf = [.x\(]
@ names2pf = [\:%\(]
@ actext = []
@ twhois = [\$e2col[1]$[1]echote2pf\$e2col[2]$mid(1 1 $echote2pf)$e2col[3]$mid(2 2 $echote2pf)$ccl]
@ twhois2 = sar(g/\:/\./$twhois)
@ whois[1] = [$twhois2 WhoIs : %N]
@ whowas = sar(g/Is/Was/$whois1)
@ whois[2] = twhois ## [ address : %U ]
@ whois[3] = twhois ## [ ircname : %I ]
@ whois[4] = twhois ## [ channels : %C ]
@ whois[5] = twhois ## [ server : %S (%1)]
@ whois[6] = twhois ## [ ircop : %O ]
@ whois[7] = twhois ## [ away : %W ]
@ whois[8] = twhois ## [ idle : %I ]
@ whois[9] = []
^assign -twhois
^assign -twhois2
@ in_prog = [ ]
@ in_progc.0 = []
@ in_progc.1 = cbold ## c2
@ in_progc.2 = cbold ## c2
@ theme = [Third Eye Default]
loadcoldefs
|