Commit Diff


commit - 81b247118e0b04003b1233319a5eef2045abc56e
commit + bf5366ed2abde2b2b7d05846b5c3fb514727db02
blob - e3b5af9f1ea409d0ffc018ffb132eb4457dc3b26
blob + 12589bdd0f879ca3a2111ecef0824dcf04fa1ff7
--- lib/IRCNOW/IO/IRC.pm
+++ lib/IRCNOW/IO/IRC.pm
@@ -10,6 +10,11 @@ our @EXPORT_OK = qw(
 #);
 #Exporter::export_ok_tags('debug', '$verbosity', 'DateTime', 'eMail');
 
+# Share the list of callbacks
+# Should do something like this in script calling this library
+# my $call = IRCNOW::IO::IRC::call;
+our $call;
+
 sub putserv {
 	my( $bot, $text )=@_;
 	my $socket = $bot->{sock};