mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
now can join several rooms at once. -- noch
This commit is contained in:
parent
3d496ea58d
commit
7d4a6085c8
2 changed files with 29 additions and 15 deletions
3
test.Mod
3
test.Mod
|
|
@ -62,8 +62,9 @@ BEGIN
|
|||
|
||||
|
||||
|
||||
NEW(channels, 1);
|
||||
NEW(channels, 2);
|
||||
channels[0] := "#oberon";
|
||||
channels[1] := "#pascal";
|
||||
IRC.setChannelList(inst, channels);
|
||||
|
||||
IF IRC.Connect(inst) # FALSE THEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue