Coder Social home page Coder Social logo

ircbotbundle's Introduction

ircbotbundle's People

Contributors

jakzal avatar whisller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ircbotbundle's Issues

Launch server

How can i launch a server without load configuration ?

For exemple :

launchServer($server, $port, $channels)

It's possible ?

ErrorException

Hello

I'm testing with de README demo but a ErrorException when i lauch '!bot hello kosssi'

[ErrorException]
Catchable Fatal Error: Argument 1 passed to Whisnet\IrcBotBundle\EventListener\Plugins\Commands\CommandListener::__construct() must implement interface Whisnet\Irc
BotBundle\Connection\ConnectionInterface, none given, called in */IrcBot/app/cache/dev/appDevDebugProjectContainer.php on line 2612 and defined in */IrcBot/vendor/whisller/irc-bot-bundle/Whisnet/IrcBotBundle/EventListener/Plugins/Commands/CommandListener.php line 23

Possible to use without IRC command?

Hi,

I want to create an IRC bot that logs specific stuff inside my application.

As a test I tried to create a listener that gets started when a certain controller is used. However I'm not able to.

Bottomline: I want to let the bot log stuff without getting a trigger from IRC, but a trigger from inside the application.

Could you help me out? Or tell me to stop dreaming because this isn't possible with this bundle?

fwrite(): send of 5 bytes failed with errno=32 Broken pipe

[ErrorException]
Notice: fwrite(): send of 5 bytes failed with errno=32 Broken pipe in
Whisnet/IrcBotBundle/Connection/Socket.php

This is the function where it's failing:

/**
* {@inheritdoc}
*/
public function sendData($data)
{
return fwrite($this->socket, $data);
}

Some debug out put: ( using 127.0.0.1 in place of my ip )

processStringData: Array
(
[0] => :vm-irc. NOTICE Auth :*** Looking up your hostname...
[1] => vm-irc.
[2] => NOTICE
[3] => Auth
[4] => *** Looking up your hostname...
)

processStringData: Array
(
[0] => ERROR :Closing link (unknown@0::ffff:127.0.0.1) [Registration timeout]
[1] =>
[2] => ERROR
[3] =>
[4] => Closing link (unknown@0::ffff:127.0.0.1) [Registration timeout]
)

vm-irc is my testing irc server, I can connect with the xChat client so I know it's working.

Note: it is running Inspircd 1.1 on Ubuntu 12.04

Is it updated to run with SF 2.6?

Hi there!

I copied the exactly config as your readme are saying and I'm getting this error:

The child node "user" at path "whisnet_irc_bot" must be configured.

Do you have any thought?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.