sunfall / giles

The Great Internet Ludic Experience Server
GNU Affero General Public License v3.0
8 stars 2 forks source link

minor refactor in chat.py #3

Closed dopeghoti closed 12 years ago

dopeghoti commented 12 years ago

Style change; just a refactor:

if needle in (haystack, barn, farm): # seems more concise than if needle == haystack or needle == barn or needle == farm: