Advertisement
Niko_boy

Untitled

May 3rd, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. public OnFilterScriptInit()
  2. {
  3. print("\n--------------------------------------");
  4. print(" Blank Filterscript by your name here");
  5. print("--------------------------------------\n");
  6. gBotID[0] = IRC_Connect(IRC_SERVER,IRC_PORT,BOT1_NICKNAME,BOT1_REALNAME,BOT1_USERNAME);
  7. gBotID[1] = IRC_Connect(IRC_SERVER,IRC_PORT,BOT2_NICKNAME,BOT2_REALNAME,BOT2_USERNAME);
  8. nBotID[0] = IRC_Connect(IRC_SERVER,IRC_PORT,ADMINBOT_NICKNAME,ADMINBOT_REALNAME,ADMINBOT_USERNAME);
  9. IRC_SetIntData(gBotID[0], E_IRC_CONNECT_DELAY, DELAY_TIME);
  10. IRC_SetIntData(gBotID[0], E_IRC_CONNECT_DELAY, DELAY_TIME);
  11. IRC_SetIntData(gBotID[0], E_IRC_CONNECT_DELAY, DELAY_TIME);
  12. gGroupID = IRC_CreateGroup();
  13. return 1;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement