From 6171beb7ab5dc0586581660852576f437470df63 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 14 Mar 2015 11:13:50 +0100 Subject: Don't send nick name as default PART reason No other IRC daemon seems to do this (today?), don't remember why ngIRCd did it in the first place ... Closes #185. Reported by Cahata in #ngircd, thanks! --- src/testsuite/who-test.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testsuite/who-test.e') diff --git a/src/testsuite/who-test.e b/src/testsuite/who-test.e index 39d50ede..39e3a2f1 100644 --- a/src/testsuite/who-test.e +++ b/src/testsuite/who-test.e @@ -89,7 +89,7 @@ expect { send "part #channel\r" expect { timeout { exit 1 } - "@* PART #channel :nick" + "@* PART #channel :" } send "who Real?Name\r" -- cgit 1.4.1