as a few of you knows im a learner and I did a code the other day just a basic thing of my own ... nothing important just some fun stuff just to see if I could do it ... works in koach and works in spcn ... but for some reason it doesnt work in buzzen anyone have a clue why not ? ... iv even put this code in pastebin ?
on *:TEXT:*!beeps:#: {
if ($nick == Johnson) {
msg #AMI BIOS Beep Codes
msg # 1 Short Beep = System OK
msg # 2 Short Beeps = Parity error in the first 64 KB of memory
msg # 3 Short Beeps = Memory failure in the first 64 KB
msg # 4 Short Beeps = Memory failure in the first 64 KB Operational of memory
msg # or Timer 1 on the motherboard is not functioning
msg # 5 Short Beeps = The CPU on the motherboard generated an error
msg # 6 Short Beeps = The keyboard controller may be bad. The BIOS cannot switch to protected mode
msg # 7 Short Beeps = The CPU generated an exception interrupt
msg # 8 Short Beeps = The system video adapter is either missing, or its memory is faulty
msg # 9 Short Beeps = The ROM checksum value does not match the value encoded in the BIOS
msg # 10 Short Beeps = The shutdown register for CMOS RAM failed
msg # 11 Short Beeps = The external cache is faulty
msg # 1 Long, 3 Short Beeps = Memory Problems
msg # 1 Long, 8 Short Beeps = Video Card Problems
}
}