<Sheik>         struct  IgnoreStru *next;
<Sheik>         char    *nick;
<Sheik>         int     type;
<Sheik>         int     dont;
<Sheik>         int     high;
<Sheik>         char    *nick_high;
<Sheik>         char    *msg_high;
<Sheik> }       Ignore;

<BlackJac> pana: you can put multiple servers in IRCSERVER, so why not
IRCNICK

/banword <channel or *> <word> <reason, if none, "<word> is banned"

[buddhaX] hmm with bx, when do you think you'll be able to get the home and
          end keys working?

(Sheik_) whoot, my *smart* nhp is working.
(Sheik_) pana: added a new flag to  NickList  tmp->was_chanop;
(Sheik_) I set it, when they split away with ops.
(Sheik_) and when whowas.c returns the struct, I can see whether I should
deop them on server ops or not

[brickman] ok, thanks that worked :) btw, are u going to make a command to
           remove ppl from the notify list? and make it so you can do
           something like /ig *@*voicenet.com ? :)
([gemini]) what ctoolz/bitchx needs is /set internal_cdcc off/on
[Blackrage] i got to thinking about the dcc status on the status bar... it
            would be cool if it showed the file names and if you could have
a
            hotkey to switch between dcc's? :) taht would be awesome if it
            isn't too hard

xdcc plist toggle echo to yourself

<JondalaR> and /w instead of /w *

[BarK0de_] hey, in bitchx can u make /noget /nosend like /nochat ?

(gemini--)  /jnw <#channel> does join and create new window
(gemini--)  and /lkw is leave-kill-window... (also a menu item)

(JVaughn_) Ok instead of one main help file, BitchX.help, you could have
alias
           help { $help(~/file.help $0- }

(JVaughn_ #BitchX)  /clone -s <server>
(JVaughn_ #BitchX)  /clone op <nick>

[zircon] ok......well it is, but it dont matter, lemmie try something
better,
         something i like from that ideas file, set SCRIPT_HELP
         ~/.irc/scz-te.help, then /shelp = script help, and any script
wishing
         to use it can make an alias for it, like /czhelp

[zircon] hmm, read the .ircrc as soon as the client loads, then 'activate'
it
         when u need to (where u normally connect) cuz a lot is going on
         there, loading it from mem would be hella faster

(suicide) pana: how about adding a hook like 'on ^msg_away' which you can
          change the msglog format from yer current one
(suicide) and on ^notice_away


(mikh) #define param0 ((unsigned long)((']' << 24) | ('0' << 16) | ('$' <<
8)
       | '['))
(mikh) #define param1 ((unsigned long)((']' << 24) | ('1' << 16) | ('$' <<
8)
       | '['))
(panasync) I would think the parser for scripts would be the most difficult
           thing in the whole client to code

(mikh)  if (*((unsigned long *)*str) == param0)
(mikh)  {
(mikh)          (*str) += 4;
(mikh)          return gimme_arg(0,expr_args);
(mikh)  }
(mikh) see?
(mikh) comparing string directly to [$0] [$1] etc
(mikh) and returning arg

^set script_helpfile whirred.help

[[BeeP]] u should store the server they were on, or a pointer/index to the
         server in the split server list/array, it would solve the problem
         jeKS told u about (you've probably thought of this already tho :)
[BeeP] (Jun 14 16:32): a quick note about the split thing we
            were talking about b4.. if you do a /quote ping $time() <server
            name>, and u don't get a 402 numeric from the server straight away
            then the server aint split.. maybe a possibility for checking for
            ppl changing servers?

 DrWizard  /on ^raw_irc "% PRIVMSG % *DCC % %
 ????????????????????????????????????* *" {
 TeMPiE^ (~root@vfg-pa1-25.ix.netcom.com) has joined #linux
 DrWizard  echo Possible libc bug exploit received in DCC $4 from $0

 defiant (root@petek.aladdin.co.uk) has joined #linux
 Thrall (smulan@sunny.bahnhof.se) has joined #linux
 DrWizard  }
([BeeP]) when ll is off, u could still use it, but only show joins for those
         servers which have detected as split with the quit *.* method
