diff options
Diffstat (limited to 'Plugins')
-rw-r--r-- | Plugins/HelloWorld.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/HelloWorld.hs b/Plugins/HelloWorld.hs index 5c0a0b7..2bde4c4 100644 --- a/Plugins/HelloWorld.hs +++ b/Plugins/HelloWorld.hs @@ -20,6 +20,6 @@ data HelloWorld = HelloWorld deriving (Read, Show) instance Exec HelloWorld where - rate HelloWorld = 0 - alias HelloWorld = "helloWorld" + rate HelloWorld = 0 + alias HelloWorld = "helloWorld" start HelloWorld cb = cb "<fc=red>Hello World!!</fc>" |