waartaa / ircb

A versatile IRC bouncer for humans
MIT License
49 stars 15 forks source link

Load ircb data from file #57

Closed slick666 closed 8 years ago

slick666 commented 8 years ago

Implemented solution to issue #25 (1st test). Renamed method create to network_create in networks.py from ircb cli Fix network.py, loaddata.py accordingly to pep8 style Fix typo (pyyalm to pyyaml) in line 9.

slick666 commented 8 years ago

Seems like the squash and rebase was al that was left. Just did that and threw it up here.

rtnpro commented 8 years ago

@slick666 could you please update the commit message to: Load ircb data from file. Fixes #25? The rest of the details can go in summary.

slick666 commented 8 years ago

ok, reverted name back to create. updated the commit message per @rtnpro, let meknow if there is anything else we need done.

rtnpro commented 8 years ago

Looks good to me :+1: Merging.