]> git.donarmstrong.com Git - infobot.git/blobdiff - src/CommandStubs.pl
- changed &Get*() to &get*(), &Delete*() to &del*()
[infobot.git] / src / CommandStubs.pl
index c31129e5924edab61fbc5e2f6c4857a2116f8728..e4380702bbe1e4ed97978aaf2f082478303ade64 100644 (file)
@@ -498,7 +498,7 @@ sub seen {
     my $reply;
     ### TODO: multi channel support. may require &IsNick() to return
     ###        all channels or something.
-    my @chans = &GetNickInChans($seen[0]);
+    my @chans = &getNickInChans($seen[0]);
     if (scalar @chans) {
        $reply = "$seen[0] is currently on";