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
39 stars 6 forks source link

Refactoring: Code cleanup #17

Closed hashworks closed 9 years ago

hashworks commented 9 years ago

Since my editor (Sublime Text) permanently complains I decided to clean the code up a bit.

I replaced space-tabs by actual tabs, removed trailing spaces, aligned code and adjusted existing documentation to PHPDoc standards.

I tryed to respect your code style, trough. Let me know if something doesn't fit :)