diff options
author | wiz <wiz> | 2003-09-19 18:34:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-19 18:34:37 +0000 |
commit | 83ac2054de2bda5065b82c238b095ba2bb710ca2 (patch) | |
tree | a749564e15e12b0c7ff155fc5a15a88cb912c589 /chat/epic4/Makefile | |
parent | 0e4fb96e5a1257de91fb5674e09a1974c0b8c19a (diff) | |
download | pkgsrc-83ac2054de2bda5065b82c238b095ba2bb710ca2.tar.gz |
Update to 1.1.12:
# $serverwin([server refnum])
# Major project to replace bad quality C code with high quality C code
# ./configure --with-warns
# $dccctl(.. FLAGS ..)
# $dccctl(.. HELDTIME ..)
# $dccctl(.. HOLDTIME ..)
# QWORD (double quoted words with double quotes) for alias arglists
# Finished off full ipv6 support for dcc.
# Current channel-ness is tracked by the channel and not the window.
It's now impossible for a channel to be a current channel unless
you're on the channel.
# /set new_server_lastlog_level default changed to "ALL,-DCC"
# $levelwindow([lastlog level])
# $outputwindow([lastlog level] [target])
# /timer.ue alias in 'commandqueues'
# %{1}+ status expando acts sort of like %+
# /SET SWITCH_CHANNELS_BETWEEN_WINDOWS
Diffstat (limited to 'chat/epic4/Makefile')
-rw-r--r-- | chat/epic4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 2b2bcdc4586..bf33c7f1316 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:25:38 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/19 18:34:37 wiz Exp $ # -DISTNAME= epic4-1.1.6 +DISTNAME= epic4-1.1.12 CATEGORIES= chat MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/ \ ftp://ftp.icm.edu.pl/pub/unix/irc/EPIC/EPIC4-ALPHA/ \ |