Ueland / VikingBot

Vikingbot is yet another simple PHP based IRC bot with support for plugins and secure IRC servers. The bot requires Unix/Linux shell access with PHP support and SSL support in PHP for use against secure IRC servers.
GNU General Public License v3.0
40 stars 6 forks source link

Correcting logformat #13

Closed renini closed 10 years ago

renini commented 10 years ago

The log format is outputted with the number of days in the month, instead of the actually day.

So for example the log for today has the following entries: [31.Jan.14 12:10:50] PRIVMSG

t Number of days in the given month d Day of the month, 2 digits with leading zeros

Ueland commented 10 years ago

Great, merged now! :)

renini commented 10 years ago

thank you!