What do i do-IRC-
#1

what do i do when it asks for -chanserv- You Must First Authenticate with AuthServ. ,, what do i do ? i use mIRC
Reply
#2

/ns identify [pass]
Reply
#3

How do i create and make an IRC Function on my Server.
Reply
#4

Assuming you are using jacobs IRC plugin..

pawn Код:
public ircOnConnect(conn)
{
  SetTimer("500msDelay",500,0);
  return 1;
}

public 500msDelay()
{
  ircSendRawData(EchoConnection, "PRIVMSG NickServ IDENTIFY Password");
  ircJoinChan(EchoConnection, "#channel");
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)