idontknow

This commit is contained in:
norayr 2017-04-15 00:37:20 +04:00
parent 18e5461ccf
commit 62d62e59d7
2 changed files with 2 additions and 0 deletions

View file

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