robpaveza / jinxbot

Automatically exported from code.google.com/p/jinxbot
0 stars 0 forks source link

Typo in WardenUnhandled event #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the name of the event is WardentUnhandled. A small typo, there's
an extra T in there. Unfortunately, this will be a breaking change for some
people.

[coe]            client.WardentUnhandled += delegate {
                rtbChat.AddTextNodes(new TextNode(Color.Red, "Warden
unhandled!"));
            };[/code]

Original issue reported on code.google.com by joethe...@gmail.com on 1 Oct 2008 at 3:05

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed as of r29.

Original comment by myndf...@valhallalegends.com on 2 Oct 2008 at 7:29