mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
added talk method to IRC module.
This commit is contained in:
parent
4d26bd839c
commit
6d751661b8
2 changed files with 20 additions and 0 deletions
1
test.Mod
1
test.Mod
|
|
@ -27,6 +27,7 @@ BEGIN
|
|||
Out.String("ident: '"); Out.String(ident); Out.Char("'"); Out.Ln;
|
||||
Out.String("host: '"); Out.String(host); Out.Char("'"); Out.Ln;
|
||||
Out.String("*** that's it ***"); Out.Ln;
|
||||
IRC.sendMsgToDst(inst, user, "hello, nice to meet you");
|
||||
END onPrivateMessage;
|
||||
|
||||
PROCEDURE onPublicMessage(VAR msg, msgtype, user, ident, rcpt, host: ARRAY OF CHAR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue