44ae578ead
o right clicking a nick in a channel window now pops up a user menu. o added colors @nicklist +nicklist for ops and voiced in the nicklist.
13 lines
639 B
Plaintext
13 lines
639 B
Plaintext
$OpenBSD: patch-roxirc,v 1.3 2004/07/16 02:47:30 kevlo Exp $
|
|
--- roxirc.orig Fri Jul 16 10:41:10 2004
|
|
+++ roxirc Fri Jul 16 10:41:27 2004
|
|
@@ -1,7 +1,4 @@
|
|
-#!/bin/sh
|
|
-# \
|
|
-if [ -x "$HOME/.roxirc/.wish" ]; then exec $HOME/.roxirc/.wish "$0" -- "$@"; elif [ `which tclkit` ]; then exec tclkit "$0" -- "$@"; elif [ `which wish` ]; then exec wish "$0" -- "$@"; else echo "Please make sure tclkit or wish is in your PATH or link $HOME/.roxirc/.wish to wish 8.4 or newer"; exit; fi;
|
|
-
|
|
+#!/usr/local/bin/wish8.4
|
|
# Copyright (c) 1997-2004 Aaron Faupell (roxirc@lighter.net)
|
|
#
|
|
# Redistribution and use in source and binary forms, with or without
|