hi
does somebody know what this line meens : syntax error near unexpected token `newline' . this is shown when i try to start the bot on my shell with the command : ./eggdrop -m <trashbot.conf> .
what can i do to get the bot working
greatz
Code: Select all
./eggdrop -m trashbot.confCode: Select all
./eggdrop -m \<trashbot.conf\>What the? You do not need to do that; and who would?krimson wrote:or use backslash to escape the special charCode: Select all
./eggdrop -m \<trashbot.conf\>