Author Topic: In Sasan Commands Help  (Read 2611 times)

0 Members and 1 Guest are viewing this topic.

Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
In Sasan Commands Help
« on: July 03, 2008, 10:14:14 pm »
My Script Is Sasan i In IRC

example
           ( My ip )
!banip 190.47.194.45 Hacker

!banip 190.47.*.* hacker

i in banlist type !banlist

Quote
[Lara]
1215111506=201.11.202.164 banned ]

Reason ?  Admin banned Lara ?

my banlist is

Quote
elseif ($1 == !banlist) {
      var %a = 1
      while (%a <= 100) {
        msg $nick $read($scriptdirvcmp.bans.ini,%a)
        inc %a
      }
    }

y ban in irc !banip 190.46.*.*

i unban ip !unbanip 190.46.*.* i join in game your are baned from server :S

k

en irc !banlist

Admin [ TanaX01 ] Banned [ Lara ] Reason [ Hax ]
!banip 190.46.*.* Hax

in banlist not 190.46.*.*

Offline ReVilo

  • Wiseguy
  • **
  • Posts: 64
  • Master of All that is Holy
    • View Profile
Re: In Sasan Commands Help
« Reply #1 on: July 04, 2008, 01:01:34 am »
It's the way sansan constructs the ini
You wouldn't want to change it without screwing up the script.
What you could do is when you ban, add it to another ini, and make banlist read from there. thatd be the easiest way.

PS, try doing some things yourself first instead of constantly asking for help from everyone else :P