building my own service bot ... questions
Posted: Tue Jun 01, 2010 10:23 pm
i'm building my own custom service bot using just the ircop commands.
i have the nick and chan databases created, but i need to figure out how the bot will know when someone changes nicks (without being in the channel) and when people join and part channels (without being in the channel)
i get a snotice when people connect and disconnect, is there anyway to get one for nick changes and join/parts
i assume there is no way to speak in a channel w/o being in it, and no way to change a user nicks...
for those who want to tell me to just pre-install services... we have ircservices installed, and it is very limited as to what i want to do, and i do not have shell access to go in and try to modify and recompile the code base, i do however have access to run a bot and have network admin oper status...
i have the nick and chan databases created, but i need to figure out how the bot will know when someone changes nicks (without being in the channel) and when people join and part channels (without being in the channel)
i get a snotice when people connect and disconnect, is there anyway to get one for nick changes and join/parts
i assume there is no way to speak in a channel w/o being in it, and no way to change a user nicks...
for those who want to tell me to just pre-install services... we have ircservices installed, and it is very limited as to what i want to do, and i do not have shell access to go in and try to modify and recompile the code base, i do however have access to run a bot and have network admin oper status...