]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Process.pl
- admin flag to allow DCC CHAT functions available elsewhere.
[infobot.git] / src / Process.pl
index 75499a23770993099d5bacaa520d7f4c954bcc74..be05fdf19e21c6c99ce1e31a1b864ad0f0be3dd2 100644 (file)
@@ -343,6 +343,15 @@ sub process {
            return 'SOMETHING 1';
        }
 
+       # allow administration of bot via messages (default is DCC CHAT only)
+       if (&IsFlag("A")) {
+           &loadMyModule( $myModules{'ircdcc'} );
+           $er = &userDCC();
+           if (!defined $er) {
+               return 'SOMETHING 2';
+           }
+       }
+
        if (0 and $addrchar) {
            &msg($who, "I don't trust people to use the core commands while addressing me in a short-cut way.");
            return;