That's correct.
Fixed. Thnks alot
Code: Select all
....
if (buffer) {
totalexpmem -= RCON_BUFFER_SIZE;
nfree(buffer);
buffer = NULL;
}
....
Code: Select all
<Eggdrop> [XX:XX] Tcl error [my_proc]: ::mysql::sel/db server: MySQL server has gone away
Code: Select all
bind notc - * myproc
proc myproc {nick host handle text} {
putlog "$nick noticed me! (Text: $text)
}