Esempio n. 1
0
 public static void TextEntry(Channel chan, String text)
 {
     if (LoggerActive)
     {
         TextLogger.TextEntry(chan, text);
     }
 }
Esempio n. 2
0
 public static void TextEntry(Server network, User person, String text)
 {
     if (LoggerActive)
     {
         TextLogger.TextEntry(network, person, text);
     }
 }