I re-installed my eggdrop via apt-get today to work in a five chan's of freenode... Ok, let's me tell the problem (ok, is a noob question, but I'm stucked here): My bot works great, I can DCC, the bot connects, recognize the onwers, and, i'm added a script:
Code: Select all
bind pubm - "#*" msg:pubm;proc msg:pubm {n u h c a} {
if {[string equal -nocase "!:p" $a]} {putserv "privmsg $c :hi $n :D"
} elseif {[string equal -nocase "!net" $a]} {putserv "privmsg $c: Net? Or Networking"}}
Better saying:
The bot don't handle any public command, with exception of the !:p...
I just searched in the Google, and in the forum (before I register), but I see no resolution for my problem.
I tried:
<prppedro> .chanset +seen
<Ruffles> Successfully set modes { +seen } on #c4ll.
<Ruffles> [23:51] #prppedro# chanset #c4ll +seen
<prppedro> chattr +N
<Ruffles> <prppedro> chattr +N
<prppedro> .chattr +N
<Ruffles> No such user!
Ruffles is the bot name :p
Anyone have the solution for this?
Cheers,
Att. Pedro[/code]