mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
idontknow
This commit is contained in:
parent
18e5461ccf
commit
62d62e59d7
2 changed files with 2 additions and 0 deletions
1
IRC.Mod
1
IRC.Mod
|
|
@ -241,6 +241,7 @@ VAR
|
|||
BEGIN
|
||||
formJoinLine(str, inst.channelList^[0]);
|
||||
b := Send(inst, str);
|
||||
(*b := Internet.Write(inst.connection, str);*)
|
||||
END Join;
|
||||
|
||||
PROCEDURE processResponse(VAR inst: instance; VAR line: ARRAY OF CHAR): BOOLEAN;
|
||||
|
|
|
|||
1
test.Mod
1
test.Mod
|
|
@ -32,6 +32,7 @@ BEGIN
|
|||
|
||||
IF IRC.Connect(inst) # FALSE THEN
|
||||
b := IRC.Auth(inst);
|
||||
|
||||
IRC.Loop(inst);
|
||||
END;
|
||||
END testBot;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue