Advertisement
jlalt

ouch

Mar 26th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.26 KB | None | 0 0
  1. Say(channel[], msg[]) {
  2.     if(!strcmp(IRC_CHANNEL,channel,false))
  3.     {
  4.         IRC_GroupSay(gGroupID, channel, msg);
  5.     }
  6.     if(!strcmp(IRC_ADMINCHANNEL,channel,false))
  7.     {
  8.         IRC_GroupSay(gGroupAdminID, channel, msg);
  9.     }
  10.     return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement