summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/module-formats.c
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2015-09-20 23:13:43 +0200
committerLemonBoy <thatlemon@gmail.com>2015-09-21 00:04:37 +0200
commit203c00938acad1da4a91a2c21afdac4ede08572a (patch)
tree5ad0a8e29f756511369929cfd2e676aae79f8e23 /src/fe-common/irc/module-formats.c
parent06040fb30bc0503696794ff6097cd55eff332bb5 (diff)
downloadirssi-203c00938acad1da4a91a2c21afdac4ede08572a.zip
Use formats instead of g_warning
Add some copyright headers here and there too.
Diffstat (limited to 'src/fe-common/irc/module-formats.c')
-rw-r--r--src/fe-common/irc/module-formats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c
index 6eaf18e8..f7b074ec 100644
--- a/src/fe-common/irc/module-formats.c
+++ b/src/fe-common/irc/module-formats.c
@@ -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 },