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 124 125 126 127 128
|
looking up = {prefix-client} Looking up {server $0}
connecting = {prefix-client} Connecting to {server $0} [$1] port {hilight $2}
access denied = {prefix-client} Access Denied: $0
access server denied = {prefix-client} Access to that server is blocked
access channel denied = {prefix-client} Access to that channel is blocked
command denied = {prefix-client} Access to that command is blocked
session timeout = {prefix-client} Timeout - Your session has been inactive too long
kill ok = {prefix-error} You were killed by $1 ($2)
kill wrong = {prefix-error} $1 tried to kill you but got the password wrong! ($2)
command notparams = {prefix-client} Not enough parameters for command
command error = {prefix-client} Error running command
error = {prefix-error} An error occured: $0
not supported = {prefix-client} $0 attempted to $3 to you but CGI:IRC does not support it ($2)
cgiirc welcome = {prefix-client} Welcome to CGI:IRC $VERSION
join = {prefix-user} $0 {host $1} has joined {channel $T}
nick = {prefix-user} $0 is now known as $2
quit = {prefix-user} $0 {host $1} has quit {reason $2}
part = {prefix-user} $0 left {channel $T} {reason $2}
user mode = {prefix-user} usermode/$0 $2
mode = {prefix-user} mode/$T [$2] by $0
topic = {prefix-user} $0 changed the topic to: $2
invite = {prefix-user} $0 invites you to join $2
kick = {prefix-user} $2 was kicked from $T by $0 {reason $3}
prefix-error = %04***%n
prefix-info = %03***%n
prefix-user = %03***%n
prefix-client = %02***%n
prefix-server = %05***%n
notice public = {notice-target $0 $T} {text $2}
notice special = {notice-target $0 $2} {text $3}
notice private = %05-{notice-nick $0}%05-%n {text $2}
notice server = %05-$0%05-%n {text $2}
notice public own = {notice-target $0 $T} {text $2}
notice private own = [notice:$T] {text $2}
notice-target = %05-$0:$1%05-%n
notice-nick = %03$0%n
notice-host = [$0]
message public = {message-nick $0} {text $2}
message public hilight = {message-nick-hilight $0} {text $2}
message private window = {message-nick $0} {text $2}
message private = [$0($1)] {text $2}
message special = <$0:$2> {text $3}
message-nick = %02<%n$0%02>%n
message-nick-own = %03<%n$0%03>%n
message-nick-hilight = %02<%07$0%02>%n
message public own = {message-nick-own $0} {text $2}
message private window own = {message-nick-own $0} {text $2}
message private own = [msg->$T] {text $2}
action-nick = %_*%_ $0
action public = {action-nick $0} {text $2}
action private = {action-nick $0} {text $2}
action public own = {action-nick $0} {text $2}
action private own = {action-nick $0} {text $2}
ctcp own msg = {prefix-user} CTCP to $T: $1
ctcp msg = {prefix-user} $1 requested CTCP %_$3%_ from $0: $4
ctcp reply = {prefix-user} CTCP %_$2%_ reply from $0: $3
text = $0
channel = %_$0%_
reason = [$0]
server = %_$0%_
hilight = %_$0%_
host = [$0]
default = {prefix-server} $0-
ignore list = {prefix-client} Ignore: $0-
ignored = {prefix-client} Ignored: $0-
unignored = {prefix-client} Unignored: $0-
reply away = {prefix-user} $T is away: $0
reply nowaway = {prefix-server} You are now set as away
reply unaway = {prefix-server} You are no longer set as away
reply channel time = {prefix-server} Channel created on $0
reply notopic = {prefix-server} No topic set
reply topic = {prefix-server} Topic is: $0
reply topicwhotime = {prefix-server} Topic set by $0 [$1]
reply whois user = {prefix-user} $T [$0@$1]: $2
reply whowas user = {prefix-user} $T [$0@$1]: $2
reply whois channel = {prefix-user} channels: $0
reply whois regnick = {prefix-user} registered: $0
reply whois operator = {prefix-user} ircop: $0
reply whois idle = {prefix-user} idle: $0 signon: $1
reply whois server = {prefix-user} server: $0 [$1]
reply whois end = {prefix-user} $0
error nosuchnick = {prefix-server} %_$T%_ No such nick/channel
error nickinuse = {prefix-server} Nickname $0 is already in use, type /nick newnick to use another.
irc close = {prefix-error} Disconnected from IRC
bg = 00
fg = 01
00 = #303030
01 = #909090
02 = #000080
03 = #008000
04 = #ff0000
05 = #800000
06 = #800080
07 = #ff6600
08 = #ffff00
09 = #00ff00
10 = #008080
11 = #00ffff
12 = #0000ff
13 = #ff00ff
14 = #808080
15 = #c0c0c0
style = dark
|