Skip to content

Commit

Permalink
Tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Mottram committed May 25, 2021
1 parent 3e1603f commit e3229d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniircd
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ class Client:
if client:
if not self.is_registered:
self.reply(b"481 %s :Only registered users can send private messages" % (self.nickname))
return
return
client.message(
b":%s %s %s :%s"
% (self.prefix, command, targetname, message)
Expand Down

0 comments on commit e3229d8

Please sign in to comment.