Skip to content

Commit

Permalink
Use fancy_irc instead of fancy_irc.fy (since we really want to use it…
Browse files Browse the repository at this point in the history
… via an installed .fancypack)
  • Loading branch information
bakkdoor committed Dec 13, 2010
1 parent 075c97f commit e5fc144
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/echo_bot.fy
@@ -1,4 +1,4 @@
require: "fancy_irc.fy"
require: "fancy_irc"

echo_bot = FancyIRC Client new: {
configuration: {
Expand Down
2 changes: 1 addition & 1 deletion examples/fancy_bot.fy
@@ -1,4 +1,4 @@
require: "fancy_irc.fy"
require: "fancy_irc"

require("open-uri")
require("uri")
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_bot.fy
@@ -1,4 +1,4 @@
require: "fancy_irc.fy"
require: "fancy_irc"

bot = FancyIRC Client new: {
configuration: {
Expand Down
2 changes: 1 addition & 1 deletion examples/url_shortener.fy
@@ -1,4 +1,4 @@
require: "fancy_irc.fy"
require: "fancy_irc"

require("open-uri")
require("uri")
Expand Down

0 comments on commit e5fc144

Please sign in to comment.