Posts: 11
Threads: 2
Joined: Nov 2006
Reputation:
0
That's the whole point of the readme, so people don't have to ask me these kinds of questions.
I spend a lot of time writing it out and would appreciate it if you would use it.
p.s. The default output level is set anything but kills and team joins
However there are still other things you NEED to setup before it works.
Posts: 482
Threads: 6
Joined: Apr 2008
Reputation:
5
Me reads more readme today.
Maybe you could write quick install instructions just like in the php-irc itself. I got it running in half hour even though I had to recompile PHP as told in the instructions. Then I used half hour installing your source_rcon module, but it wasn't as smooth.
Posts: 482
Threads: 6
Joined: Apr 2008
Reputation:
5
I got it working. I don't think it says anywhere in the instructions that you have to do "logaddress_add <ip:port>" to enable UDP logging. I thought the bot connects directly to the RCON stream and does necessary logaddress_add stuff by itself á la HLSW or something.
There should be option to disable colors.
Nice work, but it requires final touches to be user-frienly to install and use.
I would remove the default names from "badnames" configuration variable or maybe remove the whole feature altogether. At any rate, I would not want the bot to interact anyhow with the server by default config. One-way communication channel from game server to IRC is cool, but anything to the opposite direction is not what I want from default installation.
Posts: 482
Threads: 6
Joined: Apr 2008
Reputation:
5
You could provide set of pre-defined configs for various usage scenarios.
Emptying the color array doesn't technically remove the color codes from the text it sends to IRC. There's alsays chr(3) COLOR code even though the color array is empty.