Well I changed from ign to bebot tonight,
(I run em on a windows machine with php 4.4.2)
Only problem i have at this moment is to link bots from org1 <<>> org2,
However I understood i have to get em on IRC and put em on same channel,
Well I did that.. But probly my irc moduls are wrong or something because all work fine.. cept joining channel.. It doesnt join a channel
I tryd all possible ways to do it(w/ #, w/o #, shorter channel name, etc), So anyone have a valid link to this irc moduls that work? or know any fix to this?
Second... Since i just changed from ign, Bebot is kinda wierd and um.. hard to understand for me now,
Howver, Any Module i get from this website or try to modify it, I get some wierd lines like:
Fatal error: Call to undefined method Bot::get_tablename() in C:\BeBot_v0.2.3\modules\Colors.php on line 11
I do understand that i have to define "get_tablename()" Probly but dunno where and how.. so tryd some like this:
I have added:
function get_tablename($table)
{
return $table;
}
in bot.php but nothing change..
I guess this is a question for Alreadythere since this modules are writed by him mostly
However I havent readed whole forum and didnt had alot of time to play with this bot..