vocbot is able to join the room. -- noch

This commit is contained in:
norayr 2017-05-17 00:00:27 +04:00
parent fe9a02f600
commit efb4460ce9
2 changed files with 21 additions and 8 deletions

View file

@ -32,7 +32,6 @@ BEGIN
IF IRC.Connect(inst) # FALSE THEN
b := IRC.Auth(inst);
IRC.Loop(inst);
END;
END testBot;