mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Use formats instead of g_warning
Add some copyright headers here and there too.
This commit is contained in:
parent
06040fb30b
commit
203c00938a
9 changed files with 116 additions and 11 deletions
|
|
@ -44,6 +44,8 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "setupserver_header", "%#Server Port Network Settings", 0 },
|
||||
{ "setupserver_line", "%#%|$[!20]0 $[5]1 $[10]2 $3", 4, { 0, 1, 0, 0 } },
|
||||
{ "setupserver_footer", "", 0 },
|
||||
{ "sasl_success", "SASL authentication succeeded", 0 },
|
||||
{ "sasl_error", "Cannot authenticate via SASL ($0)", 1, { 0 } },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "Channels", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue