cynicalbastard / jzbot

Automatically exported from code.google.com/p/jzbot
0 stars 0 forks source link

Identify Account #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have set up a bot on another IRC server to moderate a channel. I originally 
set up a factoid: (~factoid create botlogin {sendmessage|nickserv|identify 
passwordthatwasused}

This worked, however a standard user would be able to ~factoid literal botlogin 
and would be able to see the password.

Is there a way to register upon login? Is there a place to add a few commands 
after it joins a channel? Also where is this data stored? In the stored folder 
in the dll?

I am running this on a windows machine.

Also, is there a function for when somone joins a channel? I would love to be 
able to send a message to a user when they join the channel.

Original issue reported on code.google.com by paul.coo...@gmail.com on 24 Mar 2011 at 1:29

GoogleCodeExporter commented 9 years ago
looks like the information is stored in the .db files in the storage folder. 
looks like I just need to find what I need in there.

Original comment by paul.coo...@gmail.com on 24 Mar 2011 at 10:25

GoogleCodeExporter commented 9 years ago
I am still having issues with this. Anyone around?

Original comment by paul.coo...@gmail.com on 28 Mar 2011 at 8:43

GoogleCodeExporter commented 9 years ago
~commandlist shows alot of commands that are not documented in the wiki.

The one I was looking for was

config server irc

once you enter that the parameters will display.

Original comment by paul.coo...@gmail.com on 28 Mar 2011 at 11:01

GoogleCodeExporter commented 9 years ago
OK I figured it out. The default server name is freenode. So to add a auth to 
it, you need to 

Server edit freenode <thepasswordyouregisteredwith>

without the < > ofcourse.

I noticed theres also a config server irc, but doesnt seem to have any 
important information that works... 

Original comment by paul.coo...@gmail.com on 29 Mar 2011 at 1:16

GoogleCodeExporter commented 9 years ago
correction, thats 
server edit freenode password <thepasswordyouregisteredwith>

Original comment by paul.coo...@gmail.com on 6 Apr 2011 at 1:31