IRC bot in COBOL-74 - https://github.com/heddwch/WOPO
Go to file
Quinn Evans ce02ac8f23 Adapt IRC-MSG to use decoded ASCII 2015-10-02 14:31:29 -06:00
.gitignore Initial commit 2015-09-26 23:44:50 -06:00
BF-RUN.COB Switch to new ASCII character calling convention 2015-10-01 18:24:14 -06:00
DECASCII.COB Rename for sake of change. 2015-10-01 19:48:28 -06:00
DECSTR.COB Add DECODE-STRING and ENCODE-STRING, adapt WOPO. 2015-10-02 14:22:16 -06:00
ENCASCII.COB Rename for sake of change. 2015-10-01 19:48:28 -06:00
ENCSTR.COB Add DECODE-STRING and ENCODE-STRING, adapt WOPO. 2015-10-02 14:22:16 -06:00
IRC-MSG.COB Adapt IRC-MSG to use decoded ASCII 2015-10-02 14:31:29 -06:00
LICENSE Initial commit 2015-09-26 23:44:50 -06:00
PRINTCNF.COB Change tab to space 2015-10-01 15:20:55 -06:00
README.md Initial commit 2015-09-26 23:44:50 -06:00
WOPO-CNF.COB Remove INITIALIZE statements for ANSI-74 conformance. 2015-09-27 22:07:06 -06:00
WOPO.COB Add DECODE-STRING and ENCODE-STRING, adapt WOPO. 2015-10-02 14:22:16 -06:00
channel.c Ensure lines end in '\n' for IRC 2015-10-02 10:19:23 -06:00
gnu-cobol.sh Add switches to disable building of COBOL or C parts. 2015-10-01 13:06:51 -06:00

README.md

WOPO

IRC bot in COBOL-74