phpoxford / spires

Spires IRC bot
MIT License
1 stars 4 forks source link

Few changes to BangMessage #26

Open martindilling opened 8 years ago

martindilling commented 8 years ago

Not really sure about the removal of text(), but it should be easily reverted ;) And the reason for changing thing to use the list($a, $b) = explode(' ', $string, 2);, is mostly that we've used that approach in in most of the core plugins so far.