Skip to content

Commit 514fac2

Browse files
authored
Merge pull request CloudBotIRC#121 from linuxdaemon/gonzobot+log-fix
Fix invite log format string in log.py
2 parents 6d6f4a7 + b26a8bc commit 514fac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"MODE": "[{server}:{channel}] -!- mode/{channel} [{param_tail}] by {nick}",
2727
"TOPIC": "[{server}:{channel}] -!- {nick} has changed the topic to: {content}",
2828
"QUIT": "[{server}] -!- {nick} has quit ({content})",
29-
"INVITE": "[{server}] -!- {nick} has invited {target} to {chan}",
29+
"INVITE": "[{server}] -!- {nick} has invited {target} to {channel}",
3030
"NICK": "[{server}] {nick} is now known as {content}",
3131
}
3232

0 commit comments

Comments
 (0)