Jump to content

Spike1506

Members
  • Posts

    50
  • Joined

  • Last visited

About Spike1506

  • Birthday 06/15/1988

Contact Methods

  • Website URL
    http://www.sensiva.net

Profile Information

  • Location
    Landgraaf

Spike1506's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok i already found how to do it, had to use the search button, you can delete this topic, sorry
  2. i know but with reading your code, and trying other stuffs with it it's good enough to learn a little bit, so thanks a lot
  3. Thanks a lot, and i just wanna just sockets there because i was thinking it would be a good way to learn sockets
  4. Hi i wanna make a socket connection for IRC-D but i have this code now alias chatnetwerk { sockclose chatnetwerk sockopen chatnetwerk irc.chatnetwerk.nl 6667 } on *:sockopen:chatnetwerk:{ echo -a 4Je bent nu verbonden met de server! =) sockwrite -tn $sockname NICK $me sockwrite -tn $sockname USER Sockbot "Sockbot" "irc.chatnetwerk.nl" :Sockbot made by Spike1506 } on *:sockread:chatnetwerk:{ var %data sockread %data tokenize 32 %data echo -a Inkomende data van: $sockname : %data if ($1 == PING) { sockwrite -tn $sockname PONG $2 } } alias join { sockwrite -tn chatnetwerk JOIN : $+ $1- } but it doesnt show me a room window.. etc. etc. could someone help me please?
  5. Hi, i'm a IRC Op on a ircx server, but now i want to have a code that kicks all nicks of 1 ip... like if i type: /msnkill IP or NICKNAME it will kick all users with that IP and of i use the NICKNAME it will scan for the address and then kick all nicks with the same address (like msn does.. when they kline you) so i will join all rooms where that nick isin, and then kick them (i hope you understand what i mean..) thanks in advance
×
×
  • Create New...