mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
hid doLog and introduced a settes for that.
This commit is contained in:
parent
02f36bcf1a
commit
f2d06dd9a5
2 changed files with 8 additions and 2 deletions
7
IRC.Mod
7
IRC.Mod
|
|
@ -55,13 +55,18 @@ CONST
|
|||
callbackPrivate*: cbPrivateMessage;
|
||||
callbackPublic*: cbPublicMessage;
|
||||
callbackPublicMention*: cbPublicMessageWithMention;
|
||||
doLog* : BOOLEAN;
|
||||
doLog : BOOLEAN;
|
||||
END;
|
||||
|
||||
|
||||
VAR
|
||||
eol* : ARRAY 3 OF CHAR;
|
||||
|
||||
PROCEDURE setLogging*(VAR inst: instance; state: BOOLEAN);
|
||||
BEGIN
|
||||
inst.doLog := state;
|
||||
END setLogging;
|
||||
|
||||
PROCEDURE formUserNickLine(VAR user, owner, nick, res: ARRAY OF CHAR);
|
||||
VAR
|
||||
l : INTEGER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue