1
0
mirror of https://github.com/GeorgeMcMullen/rxIRC.git synced 2026-01-27 04:33:01 +00:00

Merged v2.1 with original 2.0 Plus (my 2.2)

This commit is contained in:
George McMullen
2013-06-08 16:29:23 -07:00
parent 75c03e2bdc
commit 34051b49ad

13
setenv.exec Normal file
View File

@@ -0,0 +1,13 @@
/* SETENV EXEC
* Set an environment variable for C programs to access
* last change by Lynx_VM (244661 at DOLUNI1) on Sunday, 12 May 1991
*/
address 'COMMAND'
parse arg n c; upper n
if n="" then
'GLOBALV SELECT CENV LIST'
else if c="" then
'GLOBALV SELECT CENV LIST' n
else
'GLOBALV SELECT CENV SETL' n c
exit rc