Commit Graph

15 Commits

Author SHA1 Message Date
Alex Schroeder
5f019a6ce2 No more /o, modifiers sorted alphabetically 2015-08-23 21:22:12 +03:00
Alex Schroeder
0ec8dd44e6 use v5.10 everywhere + enabled test in meta.t 2015-08-18 10:48:03 +02:00
Alex Schroeder
5d2db4b547 No more "use vars"! 2015-04-10 13:31:28 +03:00
Alex Schroeder
a4e0e5a9be "use strict;" in modules (some modules have problems) 2015-03-27 03:01:01 +02:00
Alex Schroeder
6b1c65bc8d 'return undef' changed to 'return'
This command was used:
find . -type f -print0 | xargs -0 sed -i 's/return undef/return/g'

The idea behind this commit is described on http://oddmuse.org/wiki/Refactoring page.
In short: 'return undef' returns (undef) in list context (a list with one element),
which is wrong.
2015-02-27 12:10:18 +02:00
Alex Schroeder
e6d3ad8382 Fixed typo in AddModuleDescription sub name 2014-08-21 22:23:23 +02:00
Alex Schroeder
17bd795ef0 Automatically reformatted modules 2014-08-21 07:29:46 +03:00
Alex Schroeder
c9e39a4c19 getting rid of $Id$ tags in $WikiDescription
Replaced the $Id$ tags in $WikiDescription for all the modules and wiki.pl itself with a link to the source and an appropriate wiki page, if possible. This is shown in action=version and should help users figure out what another wiki has installed.
2012-04-19 02:18:45 +02:00
Alex Schroeder
7d42118669 (IrcRule): Fix regular expression to stripe a space. 2006-07-31 20:24:59 +00:00
Alex Schroeder
74d6fab903 (IrcRule): Fix regular expression as suggested by
Jonah on the website.
2006-07-31 20:11:54 +00:00
Alex Schroeder
8d77f1a959 (IrcRule): Add more variants. 2006-07-13 12:35:24 +00:00
Alex Schroeder
0503dd4f70 Get rid of $DefaultStyleSheet. 2005-10-07 23:23:30 +00:00
Alex Schroeder
da46fa01a4 ($IrcRegexp): Renamed to $IrcNickRegexp.
(IrcRule): Fixed output, defined default CSS.
2004-11-27 22:30:59 +00:00
Alex Schroeder
f31f1ee195 (RuleOrder): Set the rule order of the IrcRule to after the
UsemodRule.
2004-11-26 14:48:21 +00:00
Alex Schroeder
88539d7dd7 new 2004-11-24 22:09:02 +00:00