summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-05-27 23:04:47 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-05-27 23:04:47 +0100
commita522bed9acfef27e9a21e505e7b39b252a0426a1 (patch)
tree9f9bdbe09a698633a9e7625c8cd9bfa1c23a5c82
parentba698d41b168e98abe67ec1327829b74eb7c1f06 (diff)
Correct the description of accept-invalid-nicks
-rw-r--r--tests/twisted/messages/accept-invalid-nicks.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/twisted/messages/accept-invalid-nicks.py b/tests/twisted/messages/accept-invalid-nicks.py
index a0e92b1..bd1f14b 100644
--- a/tests/twisted/messages/accept-invalid-nicks.py
+++ b/tests/twisted/messages/accept-invalid-nicks.py
@@ -1,8 +1,7 @@
# coding: utf-8
"""
-Regression test for a bug where, if you were in a IRC channel that had the same
-name as your nickname (e.g. user 'foo' in room '#foo'), all private 1:1 messages
-to foo would appear to also be coming through room #foo as well (bug #19766)
+Regression test to check that we accept incoming nicks beginning with '-' (in
+particular, "-bip"), which are illegal per the RFC but occur in the wild.
"""
from idletest import exec_test