|
@@ -511,7 +511,7 @@ func TestConnectAutojoin(t *testing.T) {
|
|
if Msg.Cmd == "NOTICE" {
|
|
if Msg.Cmd == "NOTICE" {
|
|
expect = noticeExpect[0]
|
|
expect = noticeExpect[0]
|
|
if expect != "Testing" {
|
|
if expect != "Testing" {
|
|
- expect += "\x01" + expect
|
|
|
|
|
|
+ expect = "\x01" + expect
|
|
}
|
|
}
|
|
noticeExpect = noticeExpect[1:]
|
|
noticeExpect = noticeExpect[1:]
|
|
if !strings.HasPrefix(Msg.Msg, expect) {
|
|
if !strings.HasPrefix(Msg.Msg, expect) {
|