Ok, for NICK and QUIT, I got it working now, but about the rest I am dispairing.... confused

I tried:
Code:
 

on ^*:PART: {
  var %chan = 1
  while ($comchan($nick, %chan)) {
    /echo -ti2 $ifmatch 12.:Leaving:. $nick has parted $address
    /inc %chan
  }
  /haltdef
}

 


and I tried:

Code:
 

on ^*:TOPIC: {
  var %chan = 1
  while ($comchan($newnick, %chan)) {
    /echo -ti2 $ifmatch 3.:Topic:.
    /inc %chan
  }
  /haltdef
}

 


and I tried for JOIN and so on.... I just altered the colors...but nothing really nothing works. If I try something for NOTICE, well I can read the colored word .:notice:. but what the actually notice is, I can't read because not shown.

Please KingTomato, can you write down the codes or make that for me? I would need it for MODE (even a bot sets mode)
JOIN, PART, NOTICE, TOPIC, WHOWAS, WHOIS, WHO, CHANSERV, MEMOSERV .
I guess for you just nothing, I am breeding over that for weeks now. Asked various ppl, tried to find an understandable tutorial.... used Google... I can't do it. I can't help it.

I am sorry. And the ready made scripts... I have installed at least 15 to see and to understand. I didn't like the look of them or I didn't understand what was done there.

Please could you help?

Last edited by NiGHtOwL; 26/06/03 05:13 PM.

gr33tz
NiGHtOwL