issues Search Results · repo:super3/IRC-Bot language:PHP
Filter by
43 results
(50 ms)43 results
insuper3/IRC-Bot (press backspace or delete to remove)There are 2 Welcome messages during connect to irc.root-me.org: 13.04.2016 - 04:37:15 [ LOG ] :irc.hackerzvoice.net
NOTICE Auth :Welcome to HackerzVoice! 13.04.2016 - 04:37:15 [ LOG ] :irc.hackerzvoice.net ...
md55
- Opened on Apr 13, 2016
- #71
so i got it running like i want.... thou i discovered a nasty thing... it puts everything in the log including passwords
to freenode etc...
so is there a settings that starts the log after i am in the ...
boelle
- 2
- Opened on Jan 9, 2015
- #68
so i did as instructed...
Copy Upstart script to folder and make appropriate changes.
sudo cp bin/phpbot404.conf /etc/init/
changed the conf file....
then from same dir as conf....
start phpbot404 ...
boelle
- 1
- Opened on Jan 9, 2015
- #67
Right now the autoloader freaks out if it doesn t find the file as it expects every class to be loaded from within the
phpbot404.php file. If you want to initialise a class from a command, it won t work; ...
NanoSector
- 6
- Opened on Jan 9, 2015
- #66
I get an error when i start... error below
my config file:
?php return array( server = irc.freenode.org , port = 6667, name = phpbot , password = , nick = phpbot , channels =
array( #marlin-firmware ...
boelle
- 3
- Opened on Jan 9, 2015
- #65
Right now we re getting things like $this- arguments without using proper methods like getArguments.
This is, AFAIK, violating the OOP structure and makes it more difficult to fix bugs.
Consider the ...
NanoSector
- Opened on Jan 5, 2015
- #59
Perhaps it would be nice if functions could be executed on a certain interval. E.g. get the latest Github commits every
hour and display them. Or clean up logs every day.
The principle would be the same ...
NanoSector
- 3
- Opened on Jan 4, 2015
- #55
I ve written a help command, which is more extensive than the regular This is the commands the bot has welcome message.
My implementation goes a bit further than listing the commands; !help without arguments ...
NanoSector
- Opened on Jan 4, 2015
- #51
Right now, if your command allows both no and 1 argument, you have to set it to -1 (because 1 will error out with no
arguments), allowing more than one argument to be passed, requiring you to validate ...
NanoSector
- 4
- Opened on Jan 4, 2015
- #50
Right now the bot crashes on almost any error that occurs. I have a !exec command up that handles executing PHP code
(only by me), but I have to triple-check my code because the bot will crash if anything ...
NanoSector
- Opened on Jan 4, 2015
- #49

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.