Commit Graph

102 Commits (902f327f7a046f0476c385079589637cb1d7918e)

Author SHA1 Message Date
Sfan5 902f327f7a [DevWiki] Don't caÃpitalize first letter of query ter 2013-06-22 00:12:08 +02:00
Sfan5 d64c2be4c1 Add devwiki module 2013-06-18 22:23:09 +02:00
Sfan5 0cec0ef295 Rename wikipedia to wiki 2013-06-18 22:21:52 +02:00
sfan5 6abc4eeeb4 Update !re entry for rutils.py 2013-06-09 12:08:18 +03:00
Sfan5 f978b79986 [Server] Fix Bug when multiple Arguments are given to !server 2013-06-08 20:40:30 +02:00
Sfan5 b4bcece72a [Server] Fix bug with name: 2013-06-08 20:06:17 +02:00
Sfan5 ff8fe64b64 [RUtils] This was a bad idea, use ` instead 2013-06-02 20:53:44 +02:00
Sfan5 bc5703b112 [RUtils] ° is \xb0 not \xc2 2013-06-02 20:50:14 +02:00
Sfan5 ff5e3c603c [RUtils] Use \xc2 for ° since it is a non-ASCII character 2013-06-02 20:44:52 +02:00
Sfan5 3373a2fad5 [RUtils] Use ° insead of \x02 to seperate regex and text 2013-06-02 20:42:51 +02:00
Sfan5 fefd4ae35b [RUtils] Try to find as many possible matches (!regex) 2013-06-01 19:54:38 +02:00
Sfan5 dbc74695b4 [RUtils] Fix !regex 2013-06-01 19:38:50 +02:00
Sfan5 efcc4241e9 [RUtils] Add regex testing command 2013-06-01 19:20:09 +02:00
Sfan5 5f7b0ceb99 [RUtils] Use repr on output 2013-06-01 18:44:40 +02:00
Sfan5 bd10423067 [RssNotify] Fix flood bug that happens when git is misused/messes up
HEAD not being the newest Commit (Commits before HEAD being newer than HEAD)
2013-06-01 15:58:50 +02:00
sfan5 7385d3550e Merge pull request #2 from PilzAdam/patch-1
Fix typo
2013-05-31 03:59:21 -07:00
PilzAdam 511426dc17 Fix typo 2013-05-31 12:54:33 +02:00
Sfan5 d76620e2cc [ServerUp] Show time in ms instead of s 2013-05-27 17:06:47 +02:00
Sfan5 da262da392 [Server] Attempt to fix most: and least: not working 2013-05-27 16:56:18 +02:00
Sfan5 2e05e89133 [ChOp] Fix kick message 2013-05-23 14:28:09 +02:00
Sfan5 955512d369 [Server] Fix players: 2013-05-18 08:32:59 +02:00
Sfan5 0b8a945a83 [Search] Fix problem with !search and !title 2013-05-13 15:51:48 +02:00
Sfan5 1bf798e7e9 [ChOp] Fix hostmask completion 2013-05-13 15:04:34 +02:00
Sfan5 b59a5a23b2 [ServerUp] Its s not ms 2013-05-11 10:51:09 +02:00
Sfan5 2463cf13ac [ChOp] Allow !(de)op/!(de)voice/!(un)mute/!kick #channel nick 2013-05-11 08:24:08 +02:00
Sfan5 370820005b Add title module 2013-05-09 22:13:03 +02:00
sfan5 c75e64f170 Use new startup.py 2013-05-09 21:16:00 +02:00
Sfan5 d7792fef64 [Server] Fix some bugs 2013-05-01 21:55:23 +02:00
Sfan5 158a166d18 Enable too-many-messages-ignoring feature; chmod some py files 2013-05-01 20:35:29 +02:00
Sfan5 5221f6620b [Server] Fix when calling !server without args 2013-05-01 20:26:12 +02:00
Sfan5 38a6619392 [ChOp] Remove unwated * 2013-05-01 19:37:00 +02:00
Sfan5 7eda2e1c0d [ChOp] Fix error messages for !op and !deop when no args are given 2013-05-01 19:29:41 +02:00
Sfan5 0af1de2c3e [ChOp] Add !mute and !unmute 2013-05-01 11:24:26 +02:00
Sfan5 73646e636b [Server] Add multiple query searching 2013-05-01 09:23:41 +02:00
Sfan5 1a59ab867f [ChOp] Add missing ] 2013-04-30 06:53:22 +02:00
Sfan5 5ff2753097 [ChOp] Op/Deop command sender if no args given 2013-04-29 22:31:24 +02:00
Sfan5 a1fd8eadb1 [ChOp] Add kicking with kick message 2013-04-29 22:28:49 +02:00
Sfan5 a6fc506f4f [Server] Add searching by port 2013-04-29 14:50:43 +02:00
Sfan5 c7bf4a2bf9 [ChOp] Add success message to !badword 2013-04-28 22:21:01 +02:00
Sfan5 3d15b5b902 [ChOp] Fix badword handling 2013-04-28 21:58:01 +02:00
Sfan5 b17a74707b [ChOp] Handle broken Regexes without error 2013-04-28 21:48:28 +02:00
Sfan5 12ca14ad3a [ChOp] Add safe way to handle multiword badwords 2013-04-28 21:38:09 +02:00
Sfan5 19725c6d6d [ChOp] Add way of reloading badword list 2013-04-28 21:29:31 +02:00
Sfan5 122400bd17 [ChOp] Add !op and !deop; Add badword filtering 2013-04-28 21:21:08 +02:00
Sfan5 ff3caea579 [Server] Don't show port if it equals 30000 2013-04-28 19:24:23 +02:00
Sfan5 ee46c9541c [Server] Display port too, display max players instead of top players 2013-04-28 14:03:21 +02:00
Sfan5 5c62515801 Add ChOp (Channel Administation) module 2013-04-28 10:09:27 +02:00
Sfan5 de0b3e6fa3 [Server] Add i: and ping: modifier; fix potential bug with players:; Fix mistake 2013-04-27 20:48:11 +02:00
Sfan5 9eeeb73d5a Update COMMANDS.md 2013-04-27 20:25:33 +02:00
Sfan5 478d39c350 [Server] Fix when theres no gameid 2013-04-27 20:11:09 +02:00