>
>On Sun, Aug 18, 2002 at 01:23:51PM +0200, Daniël Boeije wrote:
> > Hello,
> >
> > is there a mode B(Bot) to mark bots in IRCu?
>
>There should be one, its a good idea.
>
>This mode should be a user mode that can only
>be set with the USER command (to avoid abuse
>by tricking newbies into using
>
> > is there anyway i can put the value of parv[1] into sptr. parv[1] in
>this
> > case contains a nickname. ive tried:
> >
> > sptr = parv[1];
> >
> > but ircu segfaults when it gets to processing it, i also get a warning
>when
> > i compile. (my c knowledge isnt 2 good)
>
>Of course it won'
is there anyway i can put the value of parv[1] into sptr. parv[1] in this
case contains a nickname. ive tried:
sptr = parv[1];
but ircu segfaults when it gets to processing it, i also get a warning when
i compile. (my c knowledge isnt 2 good)
__
ok sorry got mixed up before and ran an extra update script (update.delete).
i removed and recreated the databases with my db backup's and inserted the
ccontrol update.. now i get
[IN]: ABAAX P [EMAIL PROTECTED] :login sirvulcan X
cmaster::getUserRecord> Cache hit for sirvulcan
[OUT]: AzAAA
i can insert it because * already exists
cservice=# SELECT id,name FROM CHANNELS;
id |name
+
1 | *
2 | #coder-com
(2 rows)
>From: Mathieu René <[EMAIL PROTECTED]>
>To: 'Sir Vulcan' <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>Subject: RE : [Co
ok your not going to be very happy at me for this 3rd email lol
i through id see wat happens with fresh databases and i get the first
problem i had (in the first email of this series)
sqlUser::loadData> Attempting to load data for user-name: sirvulcan
sqlUser::loadData> SELECT
id,user_name,pas
sqlUser::loadData> Attempting to load data for user-name: sirvulcan
sqlUser::loadData> SELECT
id,user_name,password,url,language_id,flags,last_updated_by,last_updated,email,maxlogins
FROM users WHERE lower(user_name) = 'sirvulcan'
cmaster::getUserRecord> There are 1 elements in the cache.
sqlU
i hope this comes out in plain text, sorry if it doesnt
how do i generate a .diff file from the ircu 2.10.11 source i have modified,
so that i can have a seperate patch file for patching into furture
releases/patch levels etc
_
Jo
ive followed all of the instructions step by step off the gnuworld-setup
page on your site, even installing postgresql (latest ver) from scratch. But
when E (ccservice) comes up on my server it says it cant find the user
admin. Without this im stuck i cant do anything
I even dropped all the da