View previous topic :: View next topic |
Author |
Message |
while Voice
Joined: 11 Jul 2009 Posts: 34 Location: beat mort
|
Posted: Thu Oct 18, 2012 2:59 pm Post subject: the .+ignore command |
|
|
hello. i have an eggdrop and I was wandering how can i change the length of the ignore comment(reason), it only 80 chars(which is not long enough for me) and i need it to be longer, say 150 chars. in what file(s)do i have to modify in the source code?
thanks. _________________
 |
|
Back to top |
|
 |
while Voice
Joined: 11 Jul 2009 Posts: 34 Location: beat mort
|
Posted: Sat Oct 20, 2012 1:07 pm Post subject: |
|
|
finally cracked the problem thanks to spithash. thanks a lot man. i was looking in the wrong direction  _________________
 |
|
Back to top |
|
 |
spithash Master

Joined: 12 Jul 2007 Posts: 248 Location: Libera
|
Posted: Sun Oct 21, 2012 7:56 am Post subject: |
|
|
You are welcome dude, anytime
So, to solve this thread, in case someone ever needs to increase the ignore comments' chars, all they need to do is, edit cmds.c in the src/ folder and change these:
Code: | else if (strlen(par) > 65)
par[65] = 0; |
Then recompile and you're done
Increase that 65 value to 200 for example and you can put longer ignore comments.
Enjoy  _________________ Libera ##rtlsdr & ##re - Nick: spithash
Click here for troll.tcl |
|
Back to top |
|
 |
|