barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

Use colons instead of commas #55

Closed mksvco closed 11 years ago

mksvco commented 11 years ago

Colons are what are actually used :p

edk0 commented 11 years ago

are they?

2013-04-14 23:03:28 | edk141[/127.0.0.1:60595] logged in with entity id 819 at     
([world] 75.5, 75.0, 243.5)                                                        
2013-04-14 23:03:30 | <edk141> !foo                                                
2013-04-14 23:03:31 | <edk141> !bar                                                
2013-04-14 23:03:31 | [CONSOLE->edk141] commas                                     
2013-04-14 23:03:33 | edk141 lost connection: disconnect.quitting                        
~/m2test$ cat triggers.txt
!foo:colons
!bar,commas

if you're suggesting that colons be used instead of commas, that's entirely reasonable, but this regex will need to change too :)

mksvco commented 11 years ago

Oh, then the USAGE.md is wrong ;)

edk0 commented 11 years ago

thanks! :)