--- a/eric6/Network/IRC/IrcNetworkWidget.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Network/IRC/IrcNetworkWidget.py Sat Dec 19 15:22:26 2020 +0100 @@ -307,7 +307,7 @@ @param msgType txpe of the message (string) @param msg message to be added (string) - @keyparam filterMsg flag indicating to filter the message (boolean) + @param filterMsg flag indicating to filter the message (boolean) """ if filterMsg: msg = ircFilter(msg)