> checking for library containing res_mkquery... no
> configure: error: Unable to find library containing res_mkquery()
>
> ^---Clearly im missing a library, no this isnt a bug, or a problem with your
> wonderful ircd. My question is where can i obtain said library and move
> forward with the i
you do until everyone happens to leave and someone else steals ops
another option would be to make +channels start with no ops but be otherwise
normal
so an ircop could use /opmode in there if nessacerry
>From: Jeekay <[EMAIL PROTECTED]>
>To: Braden Temme <[EMAIL PROTECTED]>
>CC: [EMAIL PROTEC
/me *applauds* gk and his wittyness
Cheers,
net
- Original Message -
From: "Jeekay" <[EMAIL PROTECTED]>
To: "Braden Temme" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, September 12, 2002 5:09 AM
Subject: Re: [Coder-Com] Plus Channels
> How to emulate a + channel (this as
How to emulate a + channel (this assumes no ircops with /opmode :)):
/join #channeliwanttouse
/mode #channeliwanttouse +nt
/mode #channeliwanttouse -o mynick
Huzzah :) You now have the instant convenience of an uncontrollable
channel from your own desk.
GK
On Wed, 11 Sep 2002, Braden Temme wr