mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	- Test-Suite an korrigiertest RPL_UMODEIS angepasst.
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| # $Id: mode-test.e,v 1.2 2002/09/09 21:26:00 alex Exp $ | # $Id: mode-test.e,v 1.2.2.1 2002/11/22 23:46:09 alex Exp $ | ||||||
|  |  | ||||||
| spawn telnet localhost 6789 | spawn telnet localhost 6789 | ||||||
| expect { | expect { | ||||||
| @@ -22,7 +22,7 @@ expect { | |||||||
| send "mode nick\r" | send "mode nick\r" | ||||||
| expect { | expect { | ||||||
| 	timeout { exit 1 } | 	timeout { exit 1 } | ||||||
| 	"211 nick +i" | 	"221 nick +i" | ||||||
| } | } | ||||||
|  |  | ||||||
| send "mode nick -i\r" | send "mode nick -i\r" | ||||||
| @@ -44,7 +44,7 @@ expect { | |||||||
| send "mode nick\r" | send "mode nick\r" | ||||||
| expect { | expect { | ||||||
| 	timeout { exit 1 } | 	timeout { exit 1 } | ||||||
| 	"211 nick +o" | 	"221 nick +o" | ||||||
| } | } | ||||||
|  |  | ||||||
| send "join #channel\r" | send "join #channel\r" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton