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

<Server to bot> :12 461 dev USER :Not enough parameters #40

Open anonprophet opened 9 years ago

anonprophet commented 9 years ago
root@dota:/home/bot/VikingBot# php VikingBot.php
[04.Sep.15 16:44:51] <Bot to server> PASS password
[04.Sep.15 16:44:51] <Bot to server> NICK dev
[04.Sep.15 16:44:51] <Bot to server> USER dev 0 *: dev
[04.Sep.15 16:44:51] Loading plugin memoryPlugin
[04.Sep.15 16:44:51] Loading plugin opPlugin
[04.Sep.15 16:44:51] Loading plugin upgradePlugin
[04.Sep.15 16:44:51] Loading plugin rssPlugin
[04.Sep.15 16:44:51] Loading plugin uptimePlugin
[04.Sep.15 16:44:51] Loading plugin pingPlugin
[04.Sep.15 16:44:51] Loading plugin autoOpPlugin
[04.Sep.15 16:44:51] Loading plugin fileReaderPlugin
[04.Sep.15 16:44:51] Loading plugin botLogPlugin
[04.Sep.15 16:44:51] rssPlugin: Cleaning RSS DB
[04.Sep.15 16:44:51] <Server to bot> PING :1916332
[04.Sep.15 16:44:51] <Bot to server> PONG :1916332
[04.Sep.15 16:44:51] <Server to bot> :dota.kabargames.id 461 dev USER :Not enough parameters

my server using password

Ueland commented 9 years ago

Try using another name and/or nick than just "dev", the server might not like that you have the same (and short) nick and name

anonprophet commented 9 years ago

already try it using 5 char username,

Ueland commented 9 years ago

Hmm, strange, have not seen this problem before. Gonna leave this open and see if anybody else has some good input to come with regarding this.