mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52: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
|
BEGIN
|
||||||
formJoinLine(str, inst.channelList^[0]);
|
formJoinLine(str, inst.channelList^[0]);
|
||||||
b := Send(inst, str);
|
b := Send(inst, str);
|
||||||
|
(*b := Internet.Write(inst.connection, str);*)
|
||||||
END Join;
|
END Join;
|
||||||
|
|
||||||
PROCEDURE processResponse(VAR inst: instance; VAR line: ARRAY OF CHAR): BOOLEAN;
|
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
|
IF IRC.Connect(inst) # FALSE THEN
|
||||||
b := IRC.Auth(inst);
|
b := IRC.Auth(inst);
|
||||||
|
|
||||||
IRC.Loop(inst);
|
IRC.Loop(inst);
|
||||||
END;
|
END;
|
||||||
END testBot;
|
END testBot;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue