]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/invite-test.e
ngIRCd Release 22~rc1
[ngircd-alex.git] / src / testsuite / invite-test.e
index 17afbd28a354ee620420a03865ae0d5df2cf1b7d..3716d1975fa614d4f693f9d65c8b3d9f42a59b22 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# INVITE test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -73,7 +76,7 @@ send "invite nick #channel\r"
 expect {
        timeout { exit 1 }
        "482 nick #channel :You are not channel operator"
-       # it would be reasonable to expect 443 here instead
+       #it would be reasonable to expect 443 here instead
 }
 
 send "part #channel\r"
@@ -109,5 +112,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-