mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
unscpec
This commit is contained in:
parent
7352dba55b
commit
2e4b60252a
2 changed files with 18 additions and 1 deletions
17
test.Mod
17
test.Mod
|
|
@ -1,5 +1,22 @@
|
|||
MODULE test;
|
||||
|
||||
VAR
|
||||
|
||||
botOwner, nick, serv, chan: ARRAY 32 OF CHAR;
|
||||
|
||||
PROCEDURE testBot;
|
||||
|
||||
BEGIN
|
||||
|
||||
|
||||
END testBot;
|
||||
|
||||
BEGIN
|
||||
botOwner := "norayr";
|
||||
nick := "norayr";
|
||||
serv := "irc.freenode.net";
|
||||
chan := "#oberon";
|
||||
|
||||
testBot;
|
||||
|
||||
END test.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue