Archive for the ‘ziggi’ Category
Just a quick tip on how to make your bot do an ACTION, the equivalent to /me as you might do.
There's a control character (ascii 1) that needs to wrap your text, and the ACTION keyword added in your message.
in your "ziggi" (plugin)
//normal
$this->pm("This is a normal message");
//action
$this->pm( chr(1)."ACTION enjoys ...
ziggi - 5 Comments »
alarm.class.php had recently surpassed sweetass for the most downloaded plugin on this site. Noting that, I figured I'd do the right thing and fix it! The bug had to do with same-day alarms after a restart; they would queue up in the past and never fire. One way around that ...
ziggi - No Comments »
I prepared a small proof of concept for how code swapping could be handled in the next release of botzilla. When I say "swapping", I really mean making changes to a module class file and reloading it, or simply loading a brand new file, without restarting the bot. load() and ...
ziggi - No Comments »
It was a long time coming for this very simple plugin that reads messages from a directory -- allowing scripts and various automated processes to finally have their say in the channels. The plugin couldn't be simpler: every so often (you decide), a directory is scanned for files, and if ...
ziggi - No Comments »
It looks like my earlier statements about having fixed timed events were incorrect. There were some flukey things that sometimes made them work, but not cosistently. If your plugin used the BZ_ANYONE permission, or appeared first in the plugin list, then they appeared to be ok.
I've reworked the main botzilla ...
ziggi - No Comments »
The previous dictionary and thesaurus plugin was broken pretty much right after it was released, and I never went back to fix it. This one will break eventually, too; when reference.com does another redesign. Oh wells. this one works for now!
Grab it here!
releases, ziggi - No Comments »
KDE4000 of irc.localcoast.net found me yesterday. That network is running a highly modified version of botzilla, which is exciting to see. localbot is superior to botzilla in a number of ways, so I hope I get to see more of its code.
He had thought that timed events for modules/ziggis were ...
ziggi - No Comments »
Debuted at BarCamp Boston, the latest plugin for botzilla fetches RedSox scores and schedules from mlb.com using their available json data. If Boston is not your team, (I feel bad for you, but) you can probably recreate a similar plugin for your bot and your team.
DOWNLOAD IT!
releases, ziggi - No Comments »
botzilla, in my opinion, has become an critical utility at the company I work for, and is certainly plays a starring role in our company culture. But because botzilla is software, it has its bugs, and I sometimes forget what they are, or chose to ignore them. I (not-so-) jokingly ...
releases, ziggi - No Comments »
Top contributor, (and all around nice guy) Dave Gucwa quickly made some new entertainment for botzilla. First, a plugin that translates previous text into lolcat speak (SRY, BUT THX to http://speaklolcat.com). And next, a plugin that taps into Yahoo's babelfish service to provide some "broken english" response.
lolcat.class.php
babelfish.class.php
These classes are easily ...
ziggi - No Comments »