<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

[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 ? :)

xdcc plist toggle echo to yourself

<JondalaR> and /w instead of /w *

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

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

[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

(mikh) #define param0 ((unsigned long)((']' << 24) | ('0' << 16) | ('$' <<
8)
       | '['))
(mikh) #define param1 ((unsigned long)((']' << 24) | ('1' << 16) | ('$' <<
8)
       | '['))

(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

(Jordy) you need an isban() too :p
(Jordy:#warez) it removes bans like: rban *!*@*d will glob, or rban user
will remove that users ban :p
(Jordy) rban -a will remove all bans

 |MaRe|  ckill . it would connect bot
 |MaRe|  .on server with nick
 |MaRe|  ..that will cause collission kill
 |MaRe|  ...if there's split
Anitrate offers todo yet another ansi for bitchx

do
alarm 1
connect to server
alarm 0
if connect break
next server

Loki add auto-chat for certain users.

/sping
/traceroute
/cdcc close #N

(Sheik) $getnicklist(channel user.pubflood) or something

Jordy) isop() isaway() isuser() isonline() ischannel() isshit() isbored()
(Jordy) and they shouldnt' return anything but 1 or 0, not numbers :p
(Jordy) because i want to do something like: if($isuser(blaho 50)) { ... }
        meaning, if blaho [current user is here] has at least a 50 on the
user
        list, return 1 else return 0

[|mare|] would you be so nice, and edit the source (that works) with
         write_sock and read_sock functions:)) (don-t be mad)
[|mare|] ircopen(serv, port)
[|mare|]   read_sock();

[majiCk] you should have some /set variable in bitchx, called relm_format or
         something.. kinda like status_format, so each script could have a
         different looking /relm .. y'know?

[JondalaR] you should make a /bitchx command in bitchx that did the /msg
           xxxxx bitchx or to xxxxx. Also a /bver

[insanity_] some helpful stuff: how about putting time on /notify stuff
(d-tip) panasync: how about adding a /set which specifies the time in ms
        between each line sent to the server, so that all those dcc guys
        wouldnt have to flood off all the time..?

add join flood.
(mathe) pana: thanks.. umm.. also.. I'm not sure if this would be more
        approiate for a script, but I will throw it out to you to add to
your
        list of sugestions.. :) have a command like /sall or something that
        when you type /sall hi. it says hi. in all the channels you are in..
