------------------------------------------------------------------------ r498 | dan | 2009-03-01 18:36:29 -0800 (Sun, 01 Mar 2009) | 1 line Fix links in comments, s/media/irc/g ------------------------------------------------------------------------ r260 | dan | 2008-06-26 13:20:22 -0700 (Thu, 26 Jun 2008) | 1 line nicks might be more than just \w+. ------------------------------------------------------------------------ r249 | dan | 2008-06-18 15:21:32 -0700 (Wed, 18 Jun 2008) | 1 line Avoid a couple of undef warnings, and make sure we match nicks even at the beginning or end of a line ------------------------------------------------------------------------ r207 | dan | 2008-06-02 19:05:15 -0700 (Mon, 02 Jun 2008) | 1 line Don't call the fortune_command if it's not executable ------------------------------------------------------------------------ r179 | dan | 2008-05-02 10:22:10 -0700 (Fri, 02 May 2008) | 1 line remove undef warning in mute-kick ------------------------------------------------------------------------ r178 | dan | 2008-05-01 09:19:28 -0700 (Thu, 01 May 2008) | 1 line addressing people is \w+ not \S+ ------------------------------------------------------------------------ r176 | dan | 2008-04-15 10:09:55 -0700 (Tue, 15 Apr 2008) | 1 line Make DB errors fatal ------------------------------------------------------------------------ r175 | dan | 2008-04-07 12:38:02 -0700 (Mon, 07 Apr 2008) | 1 line When adding a new user with a welcome message, make sure the first ban is 4 seconds, not 8 ------------------------------------------------------------------------ r173 | dan | 2008-03-25 13:54:07 -0700 (Tue, 25 Mar 2008) | 1 line Allow ops to run mode commands via the moderator ------------------------------------------------------------------------ r172 | dan | 2008-03-21 09:03:43 -0700 (Fri, 21 Mar 2008) | 1 line Make sure the channel is +m. Also, allow adjusting how many names are asked from the server at once ------------------------------------------------------------------------ r171 | dan | 2008-03-20 12:21:16 -0700 (Thu, 20 Mar 2008) | 1 line Make the auth hostmask a RE ------------------------------------------------------------------------ r170 | dan | 2008-03-20 08:58:50 -0700 (Thu, 20 Mar 2008) | 1 line If passed log files after the .yml file, the bot will just load these log files to the database, and exit ------------------------------------------------------------------------ r169 | dan | 2008-03-13 14:56:14 -0700 (Thu, 13 Mar 2008) | 1 line Avoid uninit warnings ------------------------------------------------------------------------ r168 | dan | 2008-03-13 14:40:43 -0700 (Thu, 13 Mar 2008) | 1 line Fix strict mistake from relocation of the code ------------------------------------------------------------------------ r167 | dan | 2008-03-13 14:39:52 -0700 (Thu, 13 Mar 2008) | 1 line Deal with the lookup queue during the maint run, not immediately when logging into the channel ------------------------------------------------------------------------ r166 | dan | 2008-03-12 10:05:49 -0700 (Wed, 12 Mar 2008) | 1 line Allow delaying voice to new people in channel, and send them a little welcome msg ------------------------------------------------------------------------ r165 | dan | 2008-03-07 15:09:41 -0800 (Fri, 07 Mar 2008) | 1 line A weak attempt to remove smilies ------------------------------------------------------------------------ r164 | dan | 2008-03-04 10:17:04 -0800 (Tue, 04 Mar 2008) | 1 line Add docs on how to set up the decay cronjob ------------------------------------------------------------------------ r163 | dan | 2008-03-03 15:26:39 -0800 (Mon, 03 Mar 2008) | 1 line Ignore case in nicks ------------------------------------------------------------------------ r162 | dan | 2008-03-03 14:38:03 -0800 (Mon, 03 Mar 2008) | 1 line Allow changing the username the bot reports to the server ------------------------------------------------------------------------ r161 | dan | 2008-03-03 12:01:43 -0800 (Mon, 03 Mar 2008) | 1 line Drop lone dashes before or after a word ------------------------------------------------------------------------ r159 | dan | 2008-02-25 16:37:46 -0800 (Mon, 25 Feb 2008) | 1 line Send an op-notice to the channel saying who did a manual mute ------------------------------------------------------------------------ r158 | dan | 2008-02-25 11:21:22 -0800 (Mon, 25 Feb 2008) | 1 line Break the repeating chars line into two - one for single char repeat, another for pairs ------------------------------------------------------------------------ r157 | dan | 2008-02-22 17:13:56 -0800 (Fri, 22 Feb 2008) | 1 line Strip out repeating chars - soooooo and hahahaha should be dealt with correctly now. ------------------------------------------------------------------------ r156 | dan | 2008-02-22 16:35:25 -0800 (Fri, 22 Feb 2008) | 1 line Fix new users so that they are added with a timeout of 0 not 1 ------------------------------------------------------------------------ r155 | dan | 2008-02-20 16:55:08 -0800 (Wed, 20 Feb 2008) | 1 line When failed by a live mod, don't kick ------------------------------------------------------------------------ r154 | dan | 2008-02-20 10:44:53 -0800 (Wed, 20 Feb 2008) | 1 line When muting ops, do it with one /mode line, not two ------------------------------------------------------------------------ r153 | dan | 2008-02-19 19:06:09 -0800 (Tue, 19 Feb 2008) | 1 line Strip ctrl chars so that bolding doesn't change the meaning of a message ------------------------------------------------------------------------ r152 | dan | 2008-02-16 03:23:14 -0800 (Sat, 16 Feb 2008) | 1 line Enable fortunes in sandbox (because they're fun). When pinging the channel, just do a userhost on the moderator. if we get an answer, we're still connected ------------------------------------------------------------------------ r151 | dan | 2008-02-15 23:36:05 -0800 (Fri, 15 Feb 2008) | 1 line Remove fortune output, use +i/-i to check the connection. Also make a lot more things count as activity ------------------------------------------------------------------------ r150 | dan | 2008-02-15 12:26:15 -0800 (Fri, 15 Feb 2008) | 1 line Consider /mode as activity too, and fiddle with the mode just when mumbling ------------------------------------------------------------------------ r149 | dan | 2008-02-15 12:09:21 -0800 (Fri, 15 Feb 2008) | 3 lines Have the moderator mumble a fortune after 5 minutes of silence. ------------------------------------------------------------------------ r148 | dan | 2008-02-15 11:12:35 -0800 (Fri, 15 Feb 2008) | 1 line Instead of kicking everyone when we join, just check if they should be restored ------------------------------------------------------------------------ r147 | dan | 2008-02-13 23:53:33 -0800 (Wed, 13 Feb 2008) | 1 line Fixed order so that ban first, kick later ------------------------------------------------------------------------ r146 | dan | 2008-02-11 12:48:35 -0800 (Mon, 11 Feb 2008) | 1 line Add 'version' command in op help ------------------------------------------------------------------------ r145 | dan | 2008-02-11 12:46:37 -0800 (Mon, 11 Feb 2008) | 1 line Allow querying the version, and treat I'm as Im, not I m ------------------------------------------------------------------------ r144 | dan | 2008-02-09 11:04:25 -0800 (Sat, 09 Feb 2008) | 1 line Moderator will report it's version if asked ------------------------------------------------------------------------ r143 | dan | 2008-02-09 10:57:31 -0800 (Sat, 09 Feb 2008) | 1 line Fix kolbot's dealing with emotes, have moderator kick people who mess with it ------------------------------------------------------------------------ r142 | dan | 2008-02-04 07:24:54 -0800 (Mon, 04 Feb 2008) | 1 line Add $Id$ keyword ------------------------------------------------------------------------ r141 | dan | 2008-02-04 07:23:09 -0800 (Mon, 04 Feb 2008) | 3 lines xkcd@media ------------------------------------------------------------------------