We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d6f4a7 + b26a8bc commit 514fac2Copy full SHA for 514fac2
1 file changed
plugins/log.py
@@ -26,7 +26,7 @@
26
"MODE": "[{server}:{channel}] -!- mode/{channel} [{param_tail}] by {nick}",
27
"TOPIC": "[{server}:{channel}] -!- {nick} has changed the topic to: {content}",
28
"QUIT": "[{server}] -!- {nick} has quit ({content})",
29
- "INVITE": "[{server}] -!- {nick} has invited {target} to {chan}",
+ "INVITE": "[{server}] -!- {nick} has invited {target} to {channel}",
30
"NICK": "[{server}] {nick} is now known as {content}",
31
}
32
0 commit comments