This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
paircd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix log message when client disconnects
master
Forest Belton
3 years ago
parent
0820f5a06b
commit
93f36cef12
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
paircd/server.py
+ 1
- 1
paircd/server.py
View File
@ -41,7 +41,7 @@ class Server:
if
client
.
closed
:
return
client
.
log
(
"
is quitting: {quit_msg}
"
)
client
.
log
(
f
"
is quitting: {quit_msg}
"
)
msg
=
QUIT
(
quit_msg
,
prefix
=
client
.
id
(
)
)
for
client
in
self
.
clients_by_nick
.
values
(
)
:
if
client
.
nickname
==
nick
:
Write
Preview
Loading…
Cancel
Save