391 Commits

Author SHA1 Message Date
GLolol
8bcadc6955 Merge pull request #1 from ProgVal/patch-1
Improve readability of string interpolations
2014-02-02 09:27:14 -08:00
Valentin Lorentz
19e04fb14d Improve readability of string interpolations 2014-02-02 11:05:37 +01:00
GLolol
79bf2a71c1 Update README.md 2014-02-01 23:39:10 -08:00
GLolol
20eaf89a61 Update README.md 2014-02-01 23:37:19 -08:00
GLolol
82d9d73e0b OperUp: add option to toggle autooper 2014-01-29 11:09:55 -08:00
GLolol
b232a14687 Update README.md
Add description for OperUp
2014-01-28 19:48:10 -08:00
GLolol
bba08d784d OperUp: document the functions too! 2014-01-28 19:47:03 -08:00
GLolol
cc922126cb OperUp: use ircmsgs.mode 2014-01-28 19:45:01 -08:00
GLolol
10cdf34797 OperUp: document plugin & wrap the longer lines 2014-01-28 19:41:55 -08:00
GLolol
41a2c962ea Add OperUp plugin; make Hostmasks plugin threaded 2014-01-28 19:33:42 -08:00
GLolol
e3b3ad90c6 Hostmasks: add botnick cmd; wrap lines 2014-01-19 12:11:28 -08:00
GLolol
3a87d93ed0 Hostmasks: use string formatting 2014-01-19 12:06:12 -08:00
GLolol
e9e0609e04 Hostmasks: add IPv6 support; bug fix 2014-01-19 11:57:14 -08:00
GLolol
6fc9e35b67 Update README.md 2014-01-19 11:28:25 -08:00
spline
0dcbefaa4e Fix what I previously did.. 2014-01-04 11:20:53 -05:00
spline
235916daca Small fixes. Move to WU autocomplete system to make general queries better. 2013-12-30 12:40:43 -05:00
GLolol
9fa6d4a1f8 Hostmasks: fix 2013-12-23 12:05:28 -08:00
GLolol
50dab20771 Hostmasks: Implement smartbans feature 2013-12-23 11:59:11 -08:00
GLolol
b4415b6859 Hostmasks: fill in README and __init__.py 2013-12-22 20:25:01 -08:00
GLolol
dc934adda5 Hostmasks: initial commit 2013-12-22 17:43:30 -08:00
GLolol
595f65a7ac Update README.md 2013-12-10 19:49:22 -08:00
GLolol
05ed39ab0c Update README.md 2013-12-10 19:41:38 -08:00
GLolol
bc66f0a4e7 Add .gitignore; Relay: add prefix for quits 2013-12-10 19:11:48 -08:00
GLolol
87a6d4f3c3 Relay: fix relaying of nicks & quits 2013-12-04 19:47:41 -08:00
GLolol
14fc6869e7 Relay: modify text events (attempt 2) 2013-12-03 18:36:10 -08:00
GLolol
0372d3be2d Relay: modify text events by request (attempt 1)
derp!
2013-12-03 18:25:18 -08:00
GLolol
4999903ed5 Relay: initial import from Limnoria (forked by request) 2013-12-03 17:50:03 -08:00
GLolol
4485042bfe LinkRelay: make sepTag config affect privmsgs
(and actions too, mind you)
2013-11-16 18:28:45 -08:00
GLolol
bea3904e6b LinkRelay: use string interpolation, not addition 2013-11-16 18:22:19 -08:00
GLolol
382570b098 LinkRelay: improve "You are not in channel" msg 2013-11-16 12:16:32 -08:00
GLolol
b9aef9610c LinkRelay: nickstoIgnore now case-insensitive
This is probably horrendously messy code, but at least it works!

also updated the version tag :P
2013-11-16 12:02:40 -08:00
GLolol
20f7a93170 LinkRelay: disallow nesting for list & nicks cmds
also: made a note that nicksToIgnore.nicks takes a space seperated list!
2013-10-27 12:38:52 -07:00
GLolol
bab29cfe7f LinkRelay: edited the default color settings 2013-10-27 12:30:13 -07:00
GLolol
bf1c11e75f LinkRelay: make nicksToIgnore.affectPrivmsg var.
New option nicksToIgnore.affectPrivmsg determines whether bot will
ignore privmsgs from nicks listed in nicksToIgnore
2013-10-27 12:19:40 -07:00
GLolol
1efd6c6c00 LinkRelay: fix text events 2013-10-21 17:45:52 -07:00
GLolol
82a520cd3e LinkRelay: must be in channel to use nicks 2013-10-20 10:36:09 -07:00
GLolol
2c4fdcaa17 LinkRelay: force list & nicks command to private 2013-10-19 15:47:31 -07:00
GLolol
3b18de57fc cleaning up code...
shortening some long lines, etc
2013-10-18 19:39:14 -07:00
GLolol
21369fb219 Added Septag to cfg, NicktoIgnore now chan var.
Added a new Septag option to config that that separates the nick/channel
and network variables when both are enabled (e.g.
{Person<sepTagn>Netname} or {#chan<sepTagc>Netname}).
Other changes: NickstoIgnore is now a channel setting instead of global
setting; tweaked text events a bit more for consistency
2013-10-16 19:15:33 -07:00
GLolol
b229dc4efe Update README.txt
ok
2013-10-15 18:50:28 -07:00
GLolol
8a4ee6294e Updated README 2013-10-14 10:50:48 -07:00
GLolol
c3bd1d040a Adding files to new repo :> 2013-10-14 10:30:39 -07:00
GLolol
43bfdccee7 Initial commit 2013-10-14 10:24:38 -07:00
Kevin Funk
eaea76c2c8 Merge pull request #3 from hades/master
nowPlaying: format album properly
2013-08-04 13:15:36 -07:00
Edward Hades
f7d5d22cf8 nowPlaying: format album properly 2013-08-03 11:52:33 +02:00
spline
6803b48c6c Oops. Forgot to take out one thing. 2013-07-19 17:12:21 -04:00
spline
d8d3bdd55b Move the httpget and json stuff into its own function. Create relookup for ambig locations so it returns the first result instead of matching cities. 2013-07-19 16:31:39 -04:00
spline
54a79b7ab0 Fix alerts problem with parsing JSON. 2013-07-18 15:44:08 -04:00
spline
156e1029b7 Move logic around so that if a user has settings in the db but checks a different location, it applies (h/t Phibs) 2013-07-06 21:54:27 -04:00
spline
ff4f56e232 Completely redo the user setting system. Updated README with details. 2013-07-05 20:18:09 -04:00