[03:01:20] Dread changed nick to: Dread_
[03:43:13] Dread_ has quit:
[17:02:13] Dread_ has joined #noxbot
[17:02:36] <Dread_> hey CyaNox
[21:52:24] <CyaNox> hi Dread_
[21:53:59] <Dread_> think i could get your feedback on my bot?
[21:59:41] <CyaNox> owh uuhhh
[21:59:53] <CyaNox> been rather busy with something new (and small) ... :p
[22:29:59] <Dread_> no probs :P
[23:06:55] <CyaNox> Dread_: the new thing is now in public svn ... maybe your interrested in it a bit. https://cyanox.nl/benchmark/trunk/
[23:07:59] <CyaNox> Dread_: its written on linux ... although it should work on windows too. (although the tests might fail)
[23:11:55] <CyaNox> Dread_: line 16 in act.class.php:
[23:12:35] <CyaNox> Dread_: Change it to: $this->parent->send('PRIVMSG #'.$this->parent->channel.' :'.chr(1).'ACTION '.$str.chr(1));
[23:12:40] <CyaNox> its better.
[23:14:05] <Dread_> :)
[23:14:10] <Dread_> what is this new thing?
[23:14:49] <Dread_> nvm
[23:14:51] <Dread_> The CyaNox PHP Benchmark Utility
[23:15:02] <Dread_> oops didnt mean to bold
[23:15:06] <CyaNox> heh
[23:15:28] <CyaNox> well its going to grow to become a large benchmark utility ...
[23:15:30] <Dread_> ctrl-b is next to v for paste
[23:15:39] <Dread_> ah cool beans
[23:16:07] <CyaNox> its cool indeed ... currently though I'll primarily use to compare speeds of different implementations.
[23:16:33] <CyaNox> for example different methods of swapping two variable
[23:17:29] <CyaNox> Dread_: Your welcome to add tests aswell ... a lot of tests need to be written in it.
[23:18:00] <CyaNox> you can even get SVN write access if you want it
[23:18:16] <Dread_> ye know, i've never actually used SVN
[23:18:29] <CyaNox> its easy
[23:18:56] <Dread_> yeah im sure i could handle it
[23:19:01] <CyaNox> but if you do not want to learn you can always add tickets to https://cyanox.nl/trac/benchmark
[23:19:07] <CyaNox> or email me at mark@cyanox.nl
[23:19:11] <CyaNox> or message me here.
[23:19:53] <CyaNox> but help will be much apriciated
[23:20:30] <Dread_> i might have a go once i've finished workin on my bot, i need to get it coded up, the old version has bugs and is out of action at the mo
[23:21:13] <CyaNox> he he ... mine has bugs too ... but those are probably way more complicated then the bugs you are experiencing ... :p
[23:22:33] <Dread_> yeah well i really just want to design it better
[23:22:47] <Dread_> from seeing your i'll basically be doing it all statically
[23:24:18] <Dread_> have you any idea if you can un-include something?
[23:24:42] <Dread_> like for modules, if i change the code i have to restart the bot, is there any way to avoid that?
[23:26:50] <CyaNox> there are ways but not standard in PHP
[23:27:03] <CyaNox> you can for axample look at the runkit extension
[23:27:10] <Dread_> yeah i heard about that