can someone say me how a bot who stays in the irc network can receive commands from a webinterface?
without disconnecting and reconnecting or something like that...
thx
greetz
mix
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-09-18
You could use textfiles or something like that. Save information in there and make the bot read them out. That should work!
Cheers
Sebastian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i made it with a mysql db in the background, that works correctly an perfect :D
now i have one problem...
it doesn't update the opers... if the bot's online and a ircop connects later than the bot, he can't (because i had made a if he's ircop query) use the commands of the bot... how i can fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-09-18
Have you activated ChannelSynching?
$irc->setChannelSynching(TRUE);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi you lot,
can someone say me how a bot who stays in the irc network can receive commands from a webinterface?
without disconnecting and reconnecting or something like that...
thx
greetz
mix
You could use textfiles or something like that. Save information in there and make the bot read them out. That should work!
Cheers
Sebastian
hi,
i made it with a mysql db in the background, that works correctly an perfect :D
now i have one problem...
it doesn't update the opers... if the bot's online and a ircop connects later than the bot, he can't (because i had made a if he's ircop query) use the commands of the bot... how i can fix this?
Have you activated ChannelSynching?
$irc->setChannelSynching(TRUE);
yes i have
but now i've found out the problem..
it checks if the user has founder access in the channel.. *lol* an if this is true, the user is an ircop ..
that isn't right for the unrealircd.. i don't know how this is made in other ircds